Html Css Color HEX #08AA6C Jade

📋 copy color: '#08AA6C'

red 8 ◦ green 170 ◦ blue 108

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

Shades of Jade #08AA6C

Tints of Jade #08AA6C

RGB

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

 GREEN value IS 170 (66.8% from 255) = 59.44%

 BLUE value IS 108 (42.58% from 255) = 37.76%

R = 2.8%
G = 59.44%
B = 37.76%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#08AA6C (or 0x08AA6C) is known color: Jade. HEX triplet: 08, AA and 6C. RGB value is (8,170,108). Sum of RGB (Red+Green+Blue) = 8+170+108=286 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.80% from 286); Green value is 170 (66.80% from 255 or 59.44% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 170 - color contains mainly: green. Hex color #08AA6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08AA6C is #F75593. Grayscale: #727272. Windows color (decimal): -16209300 or 7121416. OLE color: 7121416.

HSL color Cylindrical-coordinate representation of color #08AA6C: hue angle of 157.04º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08AA6C is Cyan = 0.95, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB 8 170 108 -
CMYK 0.95 0 0.36 0.33
HSL 157.04º 0.91% 0.35% -
HSV(B) 157.04º 0.95% 0.67% -
XYZ 17.18 29.88 19.05 -
YUV 114.49 124.33 52.04 -
System Red Green Blue C M Y K H S L
Decimal 8 170 108 0.95 0 0.36 0.33 157.04 0.91 0.35
Hex 8 AA 6C 5F 0 24 21 9D 5B 23
Octal 10 252 154 137 0 44 41 235 133 43
Binary 1000 10101010 1101100 1011111 0 100100 100001 10011101 1011011 100011

Color Harmonies of #08AA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08AA6C

Black with #08AA6C

Text Example


Text Example

White with #08AA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,170,108); }

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

background-color css

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

 a { background-color: rgb(8,170,108); }

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

border-color css

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

 span { border-color: rgb(8,170,108); }

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