Html Css Color HEX #0CC370 Jade

📋 copy color: '#0CC370'

red 12 ◦ green 195 ◦ blue 112

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

Shades of Jade #0CC370

Tints of Jade #0CC370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 35.11%

R = 3.76%
G = 61.13%
B = 35.11%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#0CC370 (or 0x0CC370) is known color: Jade. HEX triplet: 0C, C3 and 70. RGB value is (12,195,112). Sum of RGB (Red+Green+Blue) = 12+195+112=319 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.76% from 319); Green value is 195 (76.56% from 255 or 61.13% from 319); Blue value is 112 (44.14% from 255 or 35.11% from 319); Max value from RGB is 195 - color contains mainly: green. Hex color #0CC370 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CC370 is #F33C8F. Grayscale: #828282. Windows color (decimal): -15940752 or 7389964. OLE color: 7389964.

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

Color convert

RGB 12 195 112 -
CMYK 0.94 0 0.43 0.24
HSL 152.79º 0.88% 0.41% -
HSV(B) 152.79º 0.94% 0.76% -
XYZ 22.59 40.28 21.91 -
YUV 130.82 117.37 43.25 -
System Red Green Blue C M Y K H S L
Decimal 12 195 112 0.94 0 0.43 0.24 152.79 0.88 0.41
Hex C C3 70 5E 0 2B 18 99 58 29
Octal 14 303 160 136 0 53 30 231 130 51
Binary 1100 11000011 1110000 1011110 0 101011 11000 10011001 1011000 101001

Color Harmonies of #0CC370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC370

Black with #0CC370

Text Example


Text Example

White with #0CC370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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