Html Css Color HEX #08A36D Jade

📋 copy color: '#08A36D'

red 8 ◦ green 163 ◦ blue 109

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

Shades of Jade #08A36D

Tints of Jade #08A36D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 58.21%

 BLUE value IS 109 (42.97% from 255) = 38.93%

R = 2.86%
G = 58.21%
B = 38.93%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#08A36D (or 0x08A36D) is known color: Jade. HEX triplet: 08, A3 and 6D. RGB value is (8,163,109). Sum of RGB (Red+Green+Blue) = 8+163+109=280 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.86% from 280); Green value is 163 (64.06% from 255 or 58.21% from 280); Blue value is 109 (42.97% from 255 or 38.93% from 280); Max value from RGB is 163 - color contains mainly: green. Hex color #08A36D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08A36D is #F75C92. Grayscale: #6E6E6E. Windows color (decimal): -16211091 or 7185160. OLE color: 7185160.

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

Color convert

RGB 8 163 109 -
CMYK 0.95 0 0.33 0.36
HSL 159.1º 0.91% 0.34% -
HSV(B) 159.1º 0.95% 0.64% -
XYZ 15.96 27.35 18.91 -
YUV 110.5 127.15 54.89 -
System Red Green Blue C M Y K H S L
Decimal 8 163 109 0.95 0 0.33 0.36 159.1 0.91 0.34
Hex 8 A3 6D 5F 0 21 24 9F 5B 22
Octal 10 243 155 137 0 41 44 237 133 42
Binary 1000 10100011 1101101 1011111 0 100001 100100 10011111 1011011 100010

Color Harmonies of #08A36D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08A36D

Black with #08A36D

Text Example


Text Example

White with #08A36D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,163,109); }

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

background-color css

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

 a { background-color: rgb(8,163,109); }

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

border-color css

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

 span { border-color: rgb(8,163,109); }

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