Html Css Color HEX #14E233 Malachite

📋 copy color: '#14E233'

red 20 ◦ green 226 ◦ blue 51

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

Shades of Malachite #14E233

Tints of Malachite #14E233

RGB

 RED value IS 20 (8.2% from 255) = 6.73%

 GREEN value IS 226 (88.67% from 255) = 76.09%

 BLUE value IS 51 (20.31% from 255) = 17.17%

R = 6.73%
G = 76.09%
B = 17.17%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.77

 K value IS 0.11

RGB Variations

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

Color information

#14E233 (or 0x14E233) is known color: Malachite. HEX triplet: 14, E2 and 33. RGB value is (20,226,51). Sum of RGB (Red+Green+Blue) = 20+226+51=297 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.73% from 297); Green value is 226 (88.67% from 255 or 76.09% from 297); Blue value is 51 (20.31% from 255 or 17.17% from 297); Max value from RGB is 226 - color contains mainly: green. Hex color #14E233 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14E233 is #EB1DCC. Grayscale: #909090. Windows color (decimal): -15408589 or 3400212. OLE color: 3400212.

HSL color Cylindrical-coordinate representation of color #14E233: hue angle of 129.03º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E233 is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.

Color convert

RGB 20 226 51 -
CMYK 0.91 0 0.77 0.11
HSL 129.03º 0.84% 0.48% -
HSV(B) 129.03º 0.91% 0.89% -
XYZ 28.08 54.78 12.23 -
YUV 144.46 75.25 39.23 -
System Red Green Blue C M Y K H S L
Decimal 20 226 51 0.91 0 0.77 0.11 129.03 0.84 0.48
Hex 14 E2 33 5B 0 4D B 81 54 30
Octal 24 342 63 133 0 115 13 201 124 60
Binary 10100 11100010 110011 1011011 0 1001101 1011 10000001 1010100 110000

Color Harmonies of #14E233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E233

Black with #14E233

Text Example


Text Example

White with #14E233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14E233; }

 p { color: rgb(20,226,51); }

 H1.HeaderClassName
 {
   color: #14E233;
 }
 .AnyTagClassName
 {
   color: #14E233;
 }
</style>

background-color css

<style>
 a { background-color: #14E233; }

 a { background-color: rgb(20,226,51); }

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

border-color css

<style>
 span { border-color: #14E233; }

 span { border-color: rgb(20,226,51); }

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