Html Css Color HEX #0CEA35 Malachite

📋 copy color: '#0CEA35'

red 12 ◦ green 234 ◦ blue 53

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

Shades of Malachite #0CEA35

Tints of Malachite #0CEA35

RGB

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

 GREEN value IS 234 (91.8% from 255) = 78.26%

 BLUE value IS 53 (21.09% from 255) = 17.73%

R = 4.01%
G = 78.26%
B = 17.73%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.77

 K value IS 0.08

RGB Variations

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

Color information

#0CEA35 (or 0x0CEA35) is known color: Malachite. HEX triplet: 0C, EA and 35. RGB value is (12,234,53). Sum of RGB (Red+Green+Blue) = 12+234+53=299 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.01% from 299); Green value is 234 (91.80% from 255 or 78.26% from 299); Blue value is 53 (21.09% from 255 or 17.73% from 299); Max value from RGB is 234 - color contains mainly: green. Hex color #0CEA35 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0CEA35 is #F315CA. Grayscale: #939393. Windows color (decimal): -15930827 or 3533324. OLE color: 3533324.

HSL color Cylindrical-coordinate representation of color #0CEA35: hue angle of 131.08º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CEA35 is Cyan = 0.95, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.08.

Color convert

RGB 12 234 53 -
CMYK 0.95 0 0.77 0.08
HSL 131.08º 0.9% 0.48% -
HSV(B) 131.08º 0.95% 0.92% -
XYZ 30.22 59.18 13.2 -
YUV 146.99 74.95 31.72 -
System Red Green Blue C M Y K H S L
Decimal 12 234 53 0.95 0 0.77 0.08 131.08 0.9 0.48
Hex C EA 35 5F 0 4D 8 83 5A 30
Octal 14 352 65 137 0 115 10 203 132 60
Binary 1100 11101010 110101 1011111 0 1001101 1000 10000011 1011010 110000

Color Harmonies of #0CEA35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CEA35

Black with #0CEA35

Text Example


Text Example

White with #0CEA35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,234,53); }

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

background-color css

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

 a { background-color: rgb(12,234,53); }

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

border-color css

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

 span { border-color: rgb(12,234,53); }

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