Html Css Color HEX #08C072 Jade

📋 copy color: '#08C072'

red 8 ◦ green 192 ◦ blue 114

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

Shades of Jade #08C072

Tints of Jade #08C072

RGB

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

 GREEN value IS 192 (75.39% from 255) = 61.15%

 BLUE value IS 114 (44.92% from 255) = 36.31%

R = 2.55%
G = 61.15%
B = 36.31%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#08C072 (or 0x08C072) is known color: Jade. HEX triplet: 08, C0 and 72. RGB value is (8,192,114). Sum of RGB (Red+Green+Blue) = 8+192+114=314 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.55% from 314); Green value is 192 (75.39% from 255 or 61.15% from 314); Blue value is 114 (44.92% from 255 or 36.31% from 314); Max value from RGB is 192 - color contains mainly: green. Hex color #08C072 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08C072 is #F73F8D. Grayscale: #808080. Windows color (decimal): -16203662 or 7520264. OLE color: 7520264.

HSL color Cylindrical-coordinate representation of color #08C072: hue angle of 154.57º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C072 is Cyan = 0.96, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 8 192 114 -
CMYK 0.96 0 0.41 0.25
HSL 154.57º 0.92% 0.39% -
HSV(B) 154.57º 0.96% 0.75% -
XYZ 21.99 38.97 22.28 -
YUV 128.09 120.04 42.34 -
System Red Green Blue C M Y K H S L
Decimal 8 192 114 0.96 0 0.41 0.25 154.57 0.92 0.39
Hex 8 C0 72 60 0 29 19 9B 5C 27
Octal 10 300 162 140 0 51 31 233 134 47
Binary 1000 11000000 1110010 1100000 0 101001 11001 10011011 1011100 100111

Color Harmonies of #08C072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08C072

Black with #08C072

Text Example


Text Example

White with #08C072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,192,114); }

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

background-color css

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

 a { background-color: rgb(8,192,114); }

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

border-color css

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

 span { border-color: rgb(8,192,114); }

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