Html Css Color HEX #0CC06C Jade

📋 copy color: '#0CC06C'

red 12 ◦ green 192 ◦ blue 108

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

Shades of Jade #0CC06C

Tints of Jade #0CC06C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 61.54%

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

R = 3.85%
G = 61.54%
B = 34.62%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#0CC06C (or 0x0CC06C) is known color: Jade. HEX triplet: 0C, C0 and 6C. RGB value is (12,192,108). Sum of RGB (Red+Green+Blue) = 12+192+108=312 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.85% from 312); Green value is 192 (75.39% from 255 or 61.54% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 192 - color contains mainly: green. Hex color #0CC06C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CC06C is #F33F93. Grayscale: #808080. Windows color (decimal): -15941524 or 7127052. OLE color: 7127052.

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

Color convert

RGB 12 192 108 -
CMYK 0.94 0 0.44 0.25
HSL 152º 0.88% 0.4% -
HSV(B) 152º 0.94% 0.75% -
XYZ 21.71 38.86 20.54 -
YUV 128.6 116.37 44.83 -
System Red Green Blue C M Y K H S L
Decimal 12 192 108 0.94 0 0.44 0.25 152 0.88 0.4
Hex C C0 6C 5E 0 2C 19 98 58 28
Octal 14 300 154 136 0 54 31 230 130 50
Binary 1100 11000000 1101100 1011110 0 101100 11001 10011000 1011000 101000

Color Harmonies of #0CC06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC06C

Black with #0CC06C

Text Example


Text Example

White with #0CC06C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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