Html Css Color HEX #08C262 Jade

📋 copy color: '#08C262'

red 8 ◦ green 194 ◦ blue 98

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

Shades of Jade #08C262

Tints of Jade #08C262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 32.67%

R = 2.67%
G = 64.67%
B = 32.67%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#08C262 (or 0x08C262) is known color: Jade. HEX triplet: 08, C2 and 62. RGB value is (8,194,98). Sum of RGB (Red+Green+Blue) = 8+194+98=300 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.67% from 300); Green value is 194 (76.17% from 255 or 64.67% from 300); Blue value is 98 (38.67% from 255 or 32.67% from 300); Max value from RGB is 194 - color contains mainly: green. Hex color #08C262 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08C262 is #F73D9D. Grayscale: #7F7F7F. Windows color (decimal): -16203166 or 6472200. OLE color: 6472200.

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

Color convert

RGB 8 194 98 -
CMYK 0.96 0 0.49 0.24
HSL 149.03º 0.92% 0.4% -
HSV(B) 149.03º 0.96% 0.76% -
XYZ 21.6 39.52 18.04 -
YUV 127.44 111.38 42.81 -
System Red Green Blue C M Y K H S L
Decimal 8 194 98 0.96 0 0.49 0.24 149.03 0.92 0.4
Hex 8 C2 62 60 0 31 18 95 5C 28
Octal 10 302 142 140 0 61 30 225 134 50
Binary 1000 11000010 1100010 1100000 0 110001 11000 10010101 1011100 101000

Color Harmonies of #08C262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08C262

Black with #08C262

Text Example


Text Example

White with #08C262

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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