Html Css Color HEX #08AA68 Jade

📋 copy color: '#08AA68'

red 8 ◦ green 170 ◦ blue 104

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

Shades of Jade #08AA68

Tints of Jade #08AA68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 36.88%

R = 2.84%
G = 60.28%
B = 36.88%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#08AA68 (or 0x08AA68) is known color: Jade. HEX triplet: 08, AA and 68. RGB value is (8,170,104). Sum of RGB (Red+Green+Blue) = 8+170+104=282 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.84% from 282); Green value is 170 (66.80% from 255 or 60.28% from 282); Blue value is 104 (41.02% from 255 or 36.88% from 282); Max value from RGB is 170 - color contains mainly: green. Hex color #08AA68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08AA68 is #F75597. Grayscale: #727272. Windows color (decimal): -16209304 or 6859272. OLE color: 6859272.

HSL color Cylindrical-coordinate representation of color #08AA68: hue angle of 155.56º 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 #08AA68 is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB 8 170 104 -
CMYK 0.95 0 0.39 0.33
HSL 155.56º 0.91% 0.35% -
HSV(B) 155.56º 0.95% 0.67% -
XYZ 16.97 29.8 17.95 -
YUV 114.04 122.33 52.37 -
System Red Green Blue C M Y K H S L
Decimal 8 170 104 0.95 0 0.39 0.33 155.56 0.91 0.35
Hex 8 AA 68 5F 0 27 21 9C 5B 23
Octal 10 252 150 137 0 47 41 234 133 43
Binary 1000 10101010 1101000 1011111 0 100111 100001 10011100 1011011 100011

Color Harmonies of #08AA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08AA68

Black with #08AA68

Text Example


Text Example

White with #08AA68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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