Html Css Color HEX #0CC36C Jade

📋 copy color: '#0CC36C'

red 12 ◦ green 195 ◦ blue 108

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

Shades of Jade #0CC36C

Tints of Jade #0CC36C

RGB

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

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

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

R = 3.81%
G = 61.9%
B = 34.29%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#0CC36C (or 0x0CC36C) is known color: Jade. HEX triplet: 0C, C3 and 6C. RGB value is (12,195,108). Sum of RGB (Red+Green+Blue) = 12+195+108=315 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.81% from 315); Green value is 195 (76.56% from 255 or 61.90% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 195 - color contains mainly: green. Hex color #0CC36C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CC36C is #F33C93. Grayscale: #828282. Windows color (decimal): -15940756 or 7127820. OLE color: 7127820.

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

Color convert

RGB 12 195 108 -
CMYK 0.94 0 0.45 0.24
HSL 151.48º 0.88% 0.41% -
HSV(B) 151.48º 0.94% 0.76% -
XYZ 22.37 40.19 20.77 -
YUV 130.37 115.37 43.57 -
System Red Green Blue C M Y K H S L
Decimal 12 195 108 0.94 0 0.45 0.24 151.48 0.88 0.41
Hex C C3 6C 5E 0 2D 18 97 58 29
Octal 14 303 154 136 0 55 30 227 130 51
Binary 1100 11000011 1101100 1011110 0 101101 11000 10010111 1011000 101001

Color Harmonies of #0CC36C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC36C

Black with #0CC36C

Text Example


Text Example

White with #0CC36C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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