Html Css Color HEX #0CC26C Jade

📋 copy color: '#0CC26C'

red 12 ◦ green 194 ◦ blue 108

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

Shades of Jade #0CC26C

Tints of Jade #0CC26C

RGB

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

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

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

R = 3.82%
G = 61.78%
B = 34.39%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#0CC26C (or 0x0CC26C) is known color: Jade. HEX triplet: 0C, C2 and 6C. RGB value is (12,194,108). Sum of RGB (Red+Green+Blue) = 12+194+108=314 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.82% from 314); Green value is 194 (76.17% from 255 or 61.78% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 194 - color contains mainly: green. Hex color #0CC26C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CC26C is #F33D93. Grayscale: #818181. Windows color (decimal): -15941012 or 7127564. OLE color: 7127564.

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

Color convert

RGB 12 194 108 -
CMYK 0.94 0 0.44 0.24
HSL 151.65º 0.88% 0.4% -
HSV(B) 151.65º 0.94% 0.76% -
XYZ 22.15 39.74 20.69 -
YUV 129.78 115.7 43.99 -
System Red Green Blue C M Y K H S L
Decimal 12 194 108 0.94 0 0.44 0.24 151.65 0.88 0.4
Hex C C2 6C 5E 0 2C 18 98 58 28
Octal 14 302 154 136 0 54 30 230 130 50
Binary 1100 11000010 1101100 1011110 0 101100 11000 10011000 1011000 101000

Color Harmonies of #0CC26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC26C

Black with #0CC26C

Text Example


Text Example

White with #0CC26C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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