Html Css Color HEX #0CC367 Jade

📋 copy color: '#0CC367'

red 12 ◦ green 195 ◦ blue 103

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

Shades of Jade #0CC367

Tints of Jade #0CC367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 33.23%

R = 3.87%
G = 62.9%
B = 33.23%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#0CC367 (or 0x0CC367) is known color: Jade. HEX triplet: 0C, C3 and 67. RGB value is (12,195,103). Sum of RGB (Red+Green+Blue) = 12+195+103=310 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.87% from 310); Green value is 195 (76.56% from 255 or 62.90% from 310); Blue value is 103 (40.62% from 255 or 33.23% from 310); Max value from RGB is 195 - color contains mainly: green. Hex color #0CC367 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CC367 is #F33C98. Grayscale: #818181. Windows color (decimal): -15940761 or 6800140. OLE color: 6800140.

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

Color convert

RGB 12 195 103 -
CMYK 0.94 0 0.47 0.24
HSL 149.84º 0.88% 0.41% -
HSV(B) 149.84º 0.94% 0.76% -
XYZ 22.11 40.09 19.4 -
YUV 129.8 112.87 43.98 -
System Red Green Blue C M Y K H S L
Decimal 12 195 103 0.94 0 0.47 0.24 149.84 0.88 0.41
Hex C C3 67 5E 0 2F 18 96 58 29
Octal 14 303 147 136 0 57 30 226 130 51
Binary 1100 11000011 1100111 1011110 0 101111 11000 10010110 1011000 101001

Color Harmonies of #0CC367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC367

Black with #0CC367

Text Example


Text Example

White with #0CC367

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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