Html Css Color HEX #08C172 Jade

📋 copy color: '#08C172'

red 8 ◦ green 193 ◦ blue 114

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

Shades of Jade #08C172

Tints of Jade #08C172

RGB

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

 GREEN value IS 193 (75.78% from 255) = 61.27%

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

R = 2.54%
G = 61.27%
B = 36.19%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#08C172 (or 0x08C172) is known color: Jade. HEX triplet: 08, C1 and 72. RGB value is (8,193,114). Sum of RGB (Red+Green+Blue) = 8+193+114=315 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.54% from 315); Green value is 193 (75.78% from 255 or 61.27% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 193 - color contains mainly: green. Hex color #08C172 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08C172 is #F73E8D. Grayscale: #808080. Windows color (decimal): -16203406 or 7520520. OLE color: 7520520.

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

Color convert

RGB 8 193 114 -
CMYK 0.96 0 0.41 0.24
HSL 154.38º 0.92% 0.39% -
HSV(B) 154.38º 0.96% 0.76% -
XYZ 22.21 39.41 22.36 -
YUV 128.68 119.71 41.92 -
System Red Green Blue C M Y K H S L
Decimal 8 193 114 0.96 0 0.41 0.24 154.38 0.92 0.39
Hex 8 C1 72 60 0 29 18 9A 5C 27
Octal 10 301 162 140 0 51 30 232 134 47
Binary 1000 11000001 1110010 1100000 0 101001 11000 10011010 1011100 100111

Color Harmonies of #08C172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08C172

Black with #08C172

Text Example


Text Example

White with #08C172

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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