Html Css Color HEX #0B8A09 Green

📋 copy color: '#0B8A09'

red 11 ◦ green 138 ◦ blue 9

#0B8A09
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #0B8A09

Tints of Green #0B8A09

RGB

 RED value IS 11 (4.69% from 255) = 6.96%

 GREEN value IS 138 (54.3% from 255) = 87.34%

 BLUE value IS 9 (3.91% from 255) = 5.7%

R = 6.96%
G = 87.34%
B = 5.7%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.93

 K value IS 0.46

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0B8A09 (or 0x0B8A09) is known color: Green. HEX triplet: 0B, 8A and 09. RGB value is (11,138,9). Sum of RGB (Red+Green+Blue) = 11+138+9=158 (20% of max value = 765). Red value is 11 (4.69% from 255 or 6.96% from 158); Green value is 138 (54.30% from 255 or 87.34% from 158); Blue value is 9 (3.91% from 255 or 5.70% from 158); Max value from RGB is 138 - color contains mainly: green. Hex color #0B8A09 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0B8A09 is #F475F6. Grayscale: #555555. Windows color (decimal): -16020983 or 625163. OLE color: 625163.

HSL color Cylindrical-coordinate representation of color #0B8A09: hue angle of 119.07º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B8A09 is Cyan = 0.92, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.

Color convert

RGB 11 138 9 -
CMYK 0.92 0 0.93 0.46
HSL 119.07º 0.88% 0.29% -
HSV(B) 119.07º 0.93% 0.54% -
XYZ 9.28 18.27 3.3 -
YUV 85.32 84.92 74.99 -
System Red Green Blue C M Y K H S L
Decimal 11 138 9 0.92 0 0.93 0.46 119.07 0.88 0.29
Hex B 8A 9 5C 0 5D 2E 77 58 1D
Octal 13 212 11 134 0 135 56 167 130 35
Binary 1011 10001010 1001 1011100 0 1011101 101110 1110111 1011000 11101

Color Harmonies of #0B8A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B8A09

Black with #0B8A09

Text Example


Text Example

White with #0B8A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0B8A09; }

 p { color: rgb(11,138,9); }

 H1.HeaderClassName
 {
   color: #0B8A09;
 }
 .AnyTagClassName
 {
   color: #0B8A09;
 }
</style>

background-color css

<style>
 a { background-color: #0B8A09; }

 a { background-color: rgb(11,138,9); }

 div.DivClassName
 {
   background-color: #0B8A09;
 }
 .BgClassName
 {
   background-color: #0B8A09;
 }
</style>

border-color css

<style>
 span { border-color: #0B8A09; }

 span { border-color: rgb(11,138,9); }

 td.TdClassName
 {
   border-color: #0B8A09;
 }
 .TagClassName
 {
   border-color: #0B8A09;
 }
</style>