Html Css Color HEX #08A46C Jade

📋 copy color: '#08A46C'

red 8 ◦ green 164 ◦ blue 108

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

Shades of Jade #08A46C

Tints of Jade #08A46C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 58.57%

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

R = 2.86%
G = 58.57%
B = 38.57%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#08A46C (or 0x08A46C) is known color: Jade. HEX triplet: 08, A4 and 6C. RGB value is (8,164,108). Sum of RGB (Red+Green+Blue) = 8+164+108=280 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.86% from 280); Green value is 164 (64.45% from 255 or 58.57% from 280); Blue value is 108 (42.58% from 255 or 38.57% from 280); Max value from RGB is 164 - color contains mainly: green. Hex color #08A46C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08A46C is #F75B93. Grayscale: #6F6F6F. Windows color (decimal): -16210836 or 7119880. OLE color: 7119880.

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

Color convert

RGB 8 164 108 -
CMYK 0.95 0 0.34 0.36
HSL 158.46º 0.91% 0.34% -
HSV(B) 158.46º 0.95% 0.64% -
XYZ 16.08 27.69 18.68 -
YUV 110.97 126.32 54.55 -
System Red Green Blue C M Y K H S L
Decimal 8 164 108 0.95 0 0.34 0.36 158.46 0.91 0.34
Hex 8 A4 6C 5F 0 22 24 9E 5B 22
Octal 10 244 154 137 0 42 44 236 133 42
Binary 1000 10100100 1101100 1011111 0 100010 100100 10011110 1011011 100010

Color Harmonies of #08A46C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08A46C

Black with #08A46C

Text Example


Text Example

White with #08A46C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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