Html Css Color HEX #0CE94C Malachite

📋 copy color: '#0CE94C'

red 12 ◦ green 233 ◦ blue 76

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

Shades of Malachite #0CE94C

Tints of Malachite #0CE94C

RGB

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

 GREEN value IS 233 (91.41% from 255) = 72.59%

 BLUE value IS 76 (30.08% from 255) = 23.68%

R = 3.74%
G = 72.59%
B = 23.68%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#0CE94C (or 0x0CE94C) is known color: Malachite. HEX triplet: 0C, E9 and 4C. RGB value is (12,233,76). Sum of RGB (Red+Green+Blue) = 12+233+76=321 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.74% from 321); Green value is 233 (91.41% from 255 or 72.59% from 321); Blue value is 76 (30.08% from 255 or 23.68% from 321); Max value from RGB is 233 - color contains mainly: green. Hex color #0CE94C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0CE94C is #F316B3. Grayscale: #959595. Windows color (decimal): -15931060 or 5040396. OLE color: 5040396.

HSL color Cylindrical-coordinate representation of color #0CE94C: hue angle of 137.38º 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 #0CE94C is Cyan = 0.95, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB 12 233 76 -
CMYK 0.95 0 0.67 0.09
HSL 137.38º 0.9% 0.48% -
HSV(B) 137.38º 0.95% 0.91% -
XYZ 30.6 58.88 16.59 -
YUV 149.02 86.78 30.27 -
System Red Green Blue C M Y K H S L
Decimal 12 233 76 0.95 0 0.67 0.09 137.38 0.9 0.48
Hex C E9 4C 5F 0 43 9 89 5A 30
Octal 14 351 114 137 0 103 11 211 132 60
Binary 1100 11101001 1001100 1011111 0 1000011 1001 10001001 1011010 110000

Color Harmonies of #0CE94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CE94C

Black with #0CE94C

Text Example


Text Example

White with #0CE94C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,233,76); }

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

background-color css

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

 a { background-color: rgb(12,233,76); }

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

border-color css

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

 span { border-color: rgb(12,233,76); }

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