Html Css Color HEX #08C05F Jade

📋 copy color: '#08C05F'

red 8 ◦ green 192 ◦ blue 95

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

Shades of Jade #08C05F

Tints of Jade #08C05F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 32.2%

R = 2.71%
G = 65.08%
B = 32.2%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#08C05F (or 0x08C05F) is known color: Jade. HEX triplet: 08, C0 and 5F. RGB value is (8,192,95). Sum of RGB (Red+Green+Blue) = 8+192+95=295 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.71% from 295); Green value is 192 (75.39% from 255 or 65.08% from 295); Blue value is 95 (37.5% from 255 or 32.20% from 295); Max value from RGB is 192 - color contains mainly: green. Hex color #08C05F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08C05F is #F73FA0. Grayscale: #7E7E7E. Windows color (decimal): -16203681 or 6275080. OLE color: 6275080.

HSL color Cylindrical-coordinate representation of color #08C05F: hue angle of 148.37º 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 #08C05F is Cyan = 0.96, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 8 192 95 -
CMYK 0.96 0 0.51 0.25
HSL 148.37º 0.92% 0.39% -
HSV(B) 148.37º 0.96% 0.75% -
XYZ 21.02 38.58 17.16 -
YUV 125.93 110.54 43.89 -
System Red Green Blue C M Y K H S L
Decimal 8 192 95 0.96 0 0.51 0.25 148.37 0.92 0.39
Hex 8 C0 5F 60 0 33 19 94 5C 27
Octal 10 300 137 140 0 63 31 224 134 47
Binary 1000 11000000 1011111 1100000 0 110011 11001 10010100 1011100 100111

Color Harmonies of #08C05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08C05F

Black with #08C05F

Text Example


Text Example

White with #08C05F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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