Html Css Color HEX #08A26A Jade

📋 copy color: '#08A26A'

red 8 ◦ green 162 ◦ blue 106

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

Shades of Jade #08A26A

Tints of Jade #08A26A

RGB

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

 GREEN value IS 162 (63.67% from 255) = 58.7%

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

R = 2.9%
G = 58.7%
B = 38.41%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#08A26A (or 0x08A26A) is known color: Jade. HEX triplet: 08, A2 and 6A. RGB value is (8,162,106). Sum of RGB (Red+Green+Blue) = 8+162+106=276 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.90% from 276); Green value is 162 (63.67% from 255 or 58.70% from 276); Blue value is 106 (41.80% from 255 or 38.41% from 276); Max value from RGB is 162 - color contains mainly: green. Hex color #08A26A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08A26A is #F75D95. Grayscale: #6D6D6D. Windows color (decimal): -16211350 or 6988296. OLE color: 6988296.

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

Color convert

RGB 8 162 106 -
CMYK 0.95 0 0.35 0.36
HSL 158.18º 0.91% 0.33% -
HSV(B) 158.18º 0.95% 0.64% -
XYZ 15.62 26.93 18.01 -
YUV 109.57 125.98 55.55 -
System Red Green Blue C M Y K H S L
Decimal 8 162 106 0.95 0 0.35 0.36 158.18 0.91 0.33
Hex 8 A2 6A 5F 0 23 24 9E 5B 21
Octal 10 242 152 137 0 43 44 236 133 41
Binary 1000 10100010 1101010 1011111 0 100011 100100 10011110 1011011 100001

Color Harmonies of #08A26A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08A26A

Black with #08A26A

Text Example


Text Example

White with #08A26A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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