Html Css Color HEX #0CE84A Malachite

📋 copy color: '#0CE84A'

red 12 ◦ green 232 ◦ blue 74

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

Shades of Malachite #0CE84A

Tints of Malachite #0CE84A

RGB

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

 GREEN value IS 232 (91.02% from 255) = 72.96%

 BLUE value IS 74 (29.3% from 255) = 23.27%

R = 3.77%
G = 72.96%
B = 23.27%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#0CE84A (or 0x0CE84A) is known color: Malachite. HEX triplet: 0C, E8 and 4A. RGB value is (12,232,74). Sum of RGB (Red+Green+Blue) = 12+232+74=318 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.77% from 318); Green value is 232 (91.02% from 255 or 72.96% from 318); Blue value is 74 (29.30% from 255 or 23.27% from 318); Max value from RGB is 232 - color contains mainly: green. Hex color #0CE84A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0CE84A is #F317B5. Grayscale: #949494. Windows color (decimal): -15931318 or 4909068. OLE color: 4909068.

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

Color convert

RGB 12 232 74 -
CMYK 0.95 0 0.68 0.09
HSL 136.91º 0.9% 0.48% -
HSV(B) 136.91º 0.95% 0.91% -
XYZ 30.24 58.29 16.13 -
YUV 148.21 86.11 30.85 -
System Red Green Blue C M Y K H S L
Decimal 12 232 74 0.95 0 0.68 0.09 136.91 0.9 0.48
Hex C E8 4A 5F 0 44 9 89 5A 30
Octal 14 350 112 137 0 104 11 211 132 60
Binary 1100 11101000 1001010 1011111 0 1000100 1001 10001001 1011010 110000

Color Harmonies of #0CE84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CE84A

Black with #0CE84A

Text Example


Text Example

White with #0CE84A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,232,74); }

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

background-color css

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

 a { background-color: rgb(12,232,74); }

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

border-color css

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

 span { border-color: rgb(12,232,74); }

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