Html Css Color HEX #08C26C Jade

📋 copy color: '#08C26C'

red 8 ◦ green 194 ◦ blue 108

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

Shades of Jade #08C26C

Tints of Jade #08C26C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.84%

R = 2.58%
G = 62.58%
B = 34.84%

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

#08C26C (or 0x08C26C) is known color: Jade. HEX triplet: 08, C2 and 6C. RGB value is (8,194,108). Sum of RGB (Red+Green+Blue) = 8+194+108=310 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.58% from 310); Green value is 194 (76.17% from 255 or 62.58% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 194 - color contains mainly: green. Hex color #08C26C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08C26C is #F73D93. Grayscale: #808080. Windows color (decimal): -16203156 or 7127560. OLE color: 7127560.

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

Color convert

RGB 8 194 108 -
CMYK 0.96 0 0.44 0.24
HSL 152.26º 0.92% 0.4% -
HSV(B) 152.26º 0.96% 0.76% -
XYZ 22.1 39.72 20.69 -
YUV 128.58 116.38 41.99 -
System Red Green Blue C M Y K H S L
Decimal 8 194 108 0.96 0 0.44 0.24 152.26 0.92 0.4
Hex 8 C2 6C 60 0 2C 18 98 5C 28
Octal 10 302 154 140 0 54 30 230 134 50
Binary 1000 11000010 1101100 1100000 0 101100 11000 10011000 1011100 101000

Color Harmonies of #08C26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08C26C

Black with #08C26C

Text Example


Text Example

White with #08C26C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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