Html Css Color HEX #08A06A Jade

📋 copy color: '#08A06A'

red 8 ◦ green 160 ◦ blue 106

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

Shades of Jade #08A06A

Tints of Jade #08A06A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 38.69%

R = 2.92%
G = 58.39%
B = 38.69%

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

#08A06A (or 0x08A06A) is known color: Jade. HEX triplet: 08, A0 and 6A. RGB value is (8,160,106). Sum of RGB (Red+Green+Blue) = 8+160+106=274 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.92% from 274); Green value is 160 (62.89% from 255 or 58.39% from 274); Blue value is 106 (41.80% from 255 or 38.69% from 274); Max value from RGB is 160 - color contains mainly: green. Hex color #08A06A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08A06A is #F75F95. Grayscale: #6C6C6C. Windows color (decimal): -16211862 or 6987784. OLE color: 6987784.

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

Color convert

RGB 8 160 106 -
CMYK 0.95 0 0.34 0.37
HSL 158.68º 0.9% 0.33% -
HSV(B) 158.68º 0.95% 0.63% -
XYZ 15.27 26.23 17.89 -
YUV 108.4 126.64 56.39 -
System Red Green Blue C M Y K H S L
Decimal 8 160 106 0.95 0 0.34 0.37 158.68 0.9 0.33
Hex 8 A0 6A 5F 0 22 25 9F 5A 21
Octal 10 240 152 137 0 42 45 237 132 41
Binary 1000 10100000 1101010 1011111 0 100010 100101 10011111 1011010 100001

Color Harmonies of #08A06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08A06A

Black with #08A06A

Text Example


Text Example

White with #08A06A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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