Html Css Color HEX #08C275 Jade

📋 copy color: '#08C275'

red 8 ◦ green 194 ◦ blue 117

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

Shades of Jade #08C275

Tints of Jade #08C275

RGB

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

 GREEN value IS 194 (76.17% from 255) = 60.82%

 BLUE value IS 117 (46.09% from 255) = 36.68%

R = 2.51%
G = 60.82%
B = 36.68%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#08C275 (or 0x08C275) is known color: Jade. HEX triplet: 08, C2 and 75. RGB value is (8,194,117). Sum of RGB (Red+Green+Blue) = 8+194+117=319 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.51% from 319); Green value is 194 (76.17% from 255 or 60.82% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 194 - color contains mainly: green. Hex color #08C275 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08C275 is #F73D8A. Grayscale: #818181. Windows color (decimal): -16203147 or 7717384. OLE color: 7717384.

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

Color convert

RGB 8 194 117 -
CMYK 0.96 0 0.40 0.24
HSL 155.16º 0.92% 0.4% -
HSV(B) 155.16º 0.96% 0.76% -
XYZ 22.6 39.92 23.34 -
YUV 129.61 120.88 41.26 -
System Red Green Blue C M Y K H S L
Decimal 8 194 117 0.96 0 0.40 0.24 155.16 0.92 0.4
Hex 8 C2 75 60 0 28 18 9B 5C 28
Octal 10 302 165 140 0 50 30 233 134 50
Binary 1000 11000010 1110101 1100000 0 101000 11000 10011011 1011100 101000

Color Harmonies of #08C275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08C275

Black with #08C275

Text Example


Text Example

White with #08C275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,194,117); }

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

background-color css

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

 a { background-color: rgb(8,194,117); }

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

border-color css

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

 span { border-color: rgb(8,194,117); }

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