Html Css Color HEX #0CC266 Jade

📋 copy color: '#0CC266'

red 12 ◦ green 194 ◦ blue 102

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

Shades of Jade #0CC266

Tints of Jade #0CC266

RGB

 RED value IS 12 (5.08% from 255) = 3.9%

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

 BLUE value IS 102 (40.23% from 255) = 33.12%

R = 3.9%
G = 62.99%
B = 33.12%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#0CC266 (or 0x0CC266) is known color: Jade. HEX triplet: 0C, C2 and 66. RGB value is (12,194,102). Sum of RGB (Red+Green+Blue) = 12+194+102=308 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.90% from 308); Green value is 194 (76.17% from 255 or 62.99% from 308); Blue value is 102 (40.23% from 255 or 33.12% from 308); Max value from RGB is 194 - color contains mainly: green. Hex color #0CC266 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CC266 is #F33D99. Grayscale: #818181. Windows color (decimal): -15941018 or 6734348. OLE color: 6734348.

HSL color Cylindrical-coordinate representation of color #0CC266: hue angle of 149.67º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC266 is Cyan = 0.94, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB 12 194 102 -
CMYK 0.94 0 0.47 0.24
HSL 149.67º 0.88% 0.4% -
HSV(B) 149.67º 0.94% 0.76% -
XYZ 21.84 39.62 19.07 -
YUV 129.09 112.7 44.48 -
System Red Green Blue C M Y K H S L
Decimal 12 194 102 0.94 0 0.47 0.24 149.67 0.88 0.4
Hex C C2 66 5E 0 2F 18 96 58 28
Octal 14 302 146 136 0 57 30 226 130 50
Binary 1100 11000010 1100110 1011110 0 101111 11000 10010110 1011000 101000

Color Harmonies of #0CC266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC266

Black with #0CC266

Text Example


Text Example

White with #0CC266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0CC266; }

 p { color: rgb(12,194,102); }

 H1.HeaderClassName
 {
   color: #0CC266;
 }
 .AnyTagClassName
 {
   color: #0CC266;
 }
</style>

background-color css

<style>
 a { background-color: #0CC266; }

 a { background-color: rgb(12,194,102); }

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

border-color css

<style>
 span { border-color: #0CC266; }

 span { border-color: rgb(12,194,102); }

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