Html Css Color HEX #0CC06A Jade

📋 copy color: '#0CC06A'

red 12 ◦ green 192 ◦ blue 106

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

Shades of Jade #0CC06A

Tints of Jade #0CC06A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.19%

R = 3.87%
G = 61.94%
B = 34.19%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#0CC06A (or 0x0CC06A) is known color: Jade. HEX triplet: 0C, C0 and 6A. RGB value is (12,192,106). Sum of RGB (Red+Green+Blue) = 12+192+106=310 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.87% from 310); Green value is 192 (75.39% from 255 or 61.94% from 310); Blue value is 106 (41.80% from 255 or 34.19% from 310); Max value from RGB is 192 - color contains mainly: green. Hex color #0CC06A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CC06A is #F33F95. Grayscale: #808080. Windows color (decimal): -15941526 or 6995980. OLE color: 6995980.

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

Color convert

RGB 12 192 106 -
CMYK 0.94 0 0.45 0.25
HSL 151.33º 0.88% 0.4% -
HSV(B) 151.33º 0.94% 0.75% -
XYZ 21.6 38.82 19.99 -
YUV 128.38 115.37 44.99 -
System Red Green Blue C M Y K H S L
Decimal 12 192 106 0.94 0 0.45 0.25 151.33 0.88 0.4
Hex C C0 6A 5E 0 2D 19 97 58 28
Octal 14 300 152 136 0 55 31 227 130 50
Binary 1100 11000000 1101010 1011110 0 101101 11001 10010111 1011000 101000

Color Harmonies of #0CC06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC06A

Black with #0CC06A

Text Example


Text Example

White with #0CC06A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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