Html Css Color HEX #4AE270 Emerald

📋 copy color: '#4AE270'

red 74 ◦ green 226 ◦ blue 112

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

Shades of Emerald #4AE270

Tints of Emerald #4AE270

RGB

 RED value IS 74 (29.3% from 255) = 17.96%

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

 BLUE value IS 112 (44.14% from 255) = 27.18%

R = 17.96%
G = 54.85%
B = 27.18%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#4AE270 (or 0x4AE270) is known color: Emerald. HEX triplet: 4A, E2 and 70. RGB value is (74,226,112). Sum of RGB (Red+Green+Blue) = 74+226+112=412 (54% of max value = 765). Red value is 74 (29.30% from 255 or 17.96% from 412); Green value is 226 (88.67% from 255 or 54.85% from 412); Blue value is 112 (44.14% from 255 or 27.18% from 412); Max value from RGB is 226 - color contains mainly: green. Hex color #4AE270 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AE270 is #B51D8F. Grayscale: #A7A7A7. Windows color (decimal): -11869584 or 7397962. OLE color: 7397962.

HSL color Cylindrical-coordinate representation of color #4AE270: hue angle of 135º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4AE270 is Cyan = 0.67, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB 74 226 112 -
CMYK 0.67 0 0.50 0.11
HSL 135º 0.72% 0.59% -
HSV(B) 135º 0.67% 0.89% -
XYZ 32.95 57.02 24.6 -
YUV 167.56 96.64 61.27 -
System Red Green Blue C M Y K H S L
Decimal 74 226 112 0.67 0 0.50 0.11 135 0.72 0.59
Hex 4A E2 70 43 0 32 B 87 48 3B
Octal 112 342 160 103 0 62 13 207 110 73
Binary 1001010 11100010 1110000 1000011 0 110010 1011 10000111 1001000 111011

Color Harmonies of #4AE270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AE270

Black with #4AE270

Text Example


Text Example

White with #4AE270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4AE270; }

 p { color: rgb(74,226,112); }

 H1.HeaderClassName
 {
   color: #4AE270;
 }
 .AnyTagClassName
 {
   color: #4AE270;
 }
</style>

background-color css

<style>
 a { background-color: #4AE270; }

 a { background-color: rgb(74,226,112); }

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

border-color css

<style>
 span { border-color: #4AE270; }

 span { border-color: rgb(74,226,112); }

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