Html Css Color HEX #08AC6C Jade

📋 copy color: '#08AC6C'

red 8 ◦ green 172 ◦ blue 108

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

Shades of Jade #08AC6C

Tints of Jade #08AC6C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 59.72%

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

R = 2.78%
G = 59.72%
B = 37.5%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#08AC6C (or 0x08AC6C) is known color: Jade. HEX triplet: 08, AC and 6C. RGB value is (8,172,108). Sum of RGB (Red+Green+Blue) = 8+172+108=288 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.78% from 288); Green value is 172 (67.58% from 255 or 59.72% from 288); Blue value is 108 (42.58% from 255 or 37.5% from 288); Max value from RGB is 172 - color contains mainly: green. Hex color #08AC6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08AC6C is #F75393. Grayscale: #737373. Windows color (decimal): -16208788 or 7121928. OLE color: 7121928.

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

Color convert

RGB 8 172 108 -
CMYK 0.95 0 0.37 0.33
HSL 156.59º 0.91% 0.35% -
HSV(B) 156.59º 0.95% 0.67% -
XYZ 17.56 30.64 19.18 -
YUV 115.67 123.67 51.2 -
System Red Green Blue C M Y K H S L
Decimal 8 172 108 0.95 0 0.37 0.33 156.59 0.91 0.35
Hex 8 AC 6C 5F 0 25 21 9D 5B 23
Octal 10 254 154 137 0 45 41 235 133 43
Binary 1000 10101100 1101100 1011111 0 100101 100001 10011101 1011011 100011

Color Harmonies of #08AC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08AC6C

Black with #08AC6C

Text Example


Text Example

White with #08AC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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