Html Css Color HEX #08C36D Jade

📋 copy color: '#08C36D'

red 8 ◦ green 195 ◦ blue 109

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

Shades of Jade #08C36D

Tints of Jade #08C36D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 62.5%

 BLUE value IS 109 (42.97% from 255) = 34.94%

R = 2.56%
G = 62.5%
B = 34.94%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#08C36D (or 0x08C36D) is known color: Jade. HEX triplet: 08, C3 and 6D. RGB value is (8,195,109). Sum of RGB (Red+Green+Blue) = 8+195+109=312 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.56% from 312); Green value is 195 (76.56% from 255 or 62.5% from 312); Blue value is 109 (42.97% from 255 or 34.94% from 312); Max value from RGB is 195 - color contains mainly: green. Hex color #08C36D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08C36D is #F73C92. Grayscale: #818181. Windows color (decimal): -16202899 or 7193352. OLE color: 7193352.

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

Color convert

RGB 8 195 109 -
CMYK 0.96 0 0.44 0.24
HSL 152.41º 0.92% 0.4% -
HSV(B) 152.41º 0.96% 0.76% -
XYZ 22.38 40.19 21.05 -
YUV 129.28 116.55 41.49 -
System Red Green Blue C M Y K H S L
Decimal 8 195 109 0.96 0 0.44 0.24 152.41 0.92 0.4
Hex 8 C3 6D 60 0 2C 18 98 5C 28
Octal 10 303 155 140 0 54 30 230 134 50
Binary 1000 11000011 1101101 1100000 0 101100 11000 10011000 1011100 101000

Color Harmonies of #08C36D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08C36D

Black with #08C36D

Text Example


Text Example

White with #08C36D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,195,109); }

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

background-color css

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

 a { background-color: rgb(8,195,109); }

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

border-color css

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

 span { border-color: rgb(8,195,109); }

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