Html Css Color HEX #0CC36A Jade

📋 copy color: '#0CC36A'

red 12 ◦ green 195 ◦ blue 106

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

Shades of Jade #0CC36A

Tints of Jade #0CC36A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 62.3%

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

R = 3.83%
G = 62.3%
B = 33.87%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#0CC36A (or 0x0CC36A) is known color: Jade. HEX triplet: 0C, C3 and 6A. RGB value is (12,195,106). Sum of RGB (Red+Green+Blue) = 12+195+106=313 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.83% from 313); Green value is 195 (76.56% from 255 or 62.30% from 313); Blue value is 106 (41.80% from 255 or 33.87% from 313); Max value from RGB is 195 - color contains mainly: green. Hex color #0CC36A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CC36A is #F33C95. Grayscale: #828282. Windows color (decimal): -15940758 or 6996748. OLE color: 6996748.

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

Color convert

RGB 12 195 106 -
CMYK 0.94 0 0.46 0.24
HSL 150.82º 0.88% 0.41% -
HSV(B) 150.82º 0.94% 0.76% -
XYZ 22.27 40.15 20.21 -
YUV 130.14 114.37 43.74 -
System Red Green Blue C M Y K H S L
Decimal 12 195 106 0.94 0 0.46 0.24 150.82 0.88 0.41
Hex C C3 6A 5E 0 2E 18 97 58 29
Octal 14 303 152 136 0 56 30 227 130 51
Binary 1100 11000011 1101010 1011110 0 101110 11000 10010111 1011000 101001

Color Harmonies of #0CC36A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC36A

Black with #0CC36A

Text Example


Text Example

White with #0CC36A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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