Html Css Color HEX #0CBE63 Jade

📋 copy color: '#0CBE63'

red 12 ◦ green 190 ◦ blue 99

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

Shades of Jade #0CBE63

Tints of Jade #0CBE63

RGB

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

 GREEN value IS 190 (74.61% from 255) = 63.12%

 BLUE value IS 99 (39.06% from 255) = 32.89%

R = 3.99%
G = 63.12%
B = 32.89%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#0CBE63 (or 0x0CBE63) is known color: Jade. HEX triplet: 0C, BE and 63. RGB value is (12,190,99). Sum of RGB (Red+Green+Blue) = 12+190+99=301 (39% of max value = 765). Red value is 12 (5.08% from 255 or 3.99% from 301); Green value is 190 (74.61% from 255 or 63.12% from 301); Blue value is 99 (39.06% from 255 or 32.89% from 301); Max value from RGB is 190 - color contains mainly: green. Hex color #0CBE63 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CBE63 is #F3419C. Grayscale: #7E7E7E. Windows color (decimal): -15942045 or 6536716. OLE color: 6536716.

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

Color convert

RGB 12 190 99 -
CMYK 0.94 0 0.48 0.25
HSL 149.33º 0.88% 0.4% -
HSV(B) 149.33º 0.94% 0.75% -
XYZ 20.82 37.81 18 -
YUV 126.4 112.53 46.4 -
System Red Green Blue C M Y K H S L
Decimal 12 190 99 0.94 0 0.48 0.25 149.33 0.88 0.4
Hex C BE 63 5E 0 30 19 95 58 28
Octal 14 276 143 136 0 60 31 225 130 50
Binary 1100 10111110 1100011 1011110 0 110000 11001 10010101 1011000 101000

Color Harmonies of #0CBE63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBE63

Black with #0CBE63

Text Example


Text Example

White with #0CBE63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,190,99); }

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

background-color css

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

 a { background-color: rgb(12,190,99); }

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

border-color css

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

 span { border-color: rgb(12,190,99); }

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