Html Css Color HEX #08A069 Jade

📋 copy color: '#08A069'

red 8 ◦ green 160 ◦ blue 105

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

Shades of Jade #08A069

Tints of Jade #08A069

RGB

 RED value IS 8 (3.52% from 255) = 2.93%

 GREEN value IS 160 (62.89% from 255) = 58.61%

 BLUE value IS 105 (41.41% from 255) = 38.46%

R = 2.93%
G = 58.61%
B = 38.46%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#08A069 (or 0x08A069) is known color: Jade. HEX triplet: 08, A0 and 69. RGB value is (8,160,105). Sum of RGB (Red+Green+Blue) = 8+160+105=273 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.93% from 273); Green value is 160 (62.89% from 255 or 58.61% from 273); Blue value is 105 (41.41% from 255 or 38.46% from 273); Max value from RGB is 160 - color contains mainly: green. Hex color #08A069 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08A069 is #F75F96. Grayscale: #6C6C6C. Windows color (decimal): -16211863 or 6922248. OLE color: 6922248.

HSL color Cylindrical-coordinate representation of color #08A069: hue angle of 158.29º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08A069 is Cyan = 0.95, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB 8 160 105 -
CMYK 0.95 0 0.34 0.37
HSL 158.29º 0.9% 0.33% -
HSV(B) 158.29º 0.95% 0.63% -
XYZ 15.22 26.21 17.62 -
YUV 108.28 126.14 56.47 -
System Red Green Blue C M Y K H S L
Decimal 8 160 105 0.95 0 0.34 0.37 158.29 0.9 0.33
Hex 8 A0 69 5F 0 22 25 9E 5A 21
Octal 10 240 151 137 0 42 45 236 132 41
Binary 1000 10100000 1101001 1011111 0 100010 100101 10011110 1011010 100001

Color Harmonies of #08A069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08A069

Black with #08A069

Text Example


Text Example

White with #08A069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08A069; }

 p { color: rgb(8,160,105); }

 H1.HeaderClassName
 {
   color: #08A069;
 }
 .AnyTagClassName
 {
   color: #08A069;
 }
</style>

background-color css

<style>
 a { background-color: #08A069; }

 a { background-color: rgb(8,160,105); }

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

border-color css

<style>
 span { border-color: #08A069; }

 span { border-color: rgb(8,160,105); }

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