Html Css Color HEX #5ACF84 Emerald

📋 copy color: '#5ACF84'

red 90 ◦ green 207 ◦ blue 132

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

Shades of Emerald #5ACF84

Tints of Emerald #5ACF84

RGB

 RED value IS 90 (35.55% from 255) = 20.98%

 GREEN value IS 207 (81.25% from 255) = 48.25%

 BLUE value IS 132 (51.95% from 255) = 30.77%

R = 20.98%
G = 48.25%
B = 30.77%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#5ACF84 (or 0x5ACF84) is known color: Emerald. HEX triplet: 5A, CF and 84. RGB value is (90,207,132). Sum of RGB (Red+Green+Blue) = 90+207+132=429 (56% of max value = 765). Red value is 90 (35.55% from 255 or 20.98% from 429); Green value is 207 (81.25% from 255 or 48.25% from 429); Blue value is 132 (51.95% from 255 or 30.77% from 429); Max value from RGB is 207 - color contains mainly: green. Hex color #5ACF84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ACF84 is #A5307B. Grayscale: #A3A3A3. Windows color (decimal): -10825852 or 8703834. OLE color: 8703834.

HSL color Cylindrical-coordinate representation of color #5ACF84: hue angle of 141.54º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5ACF84 is Cyan = 0.57, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.

Color convert

RGB 90 207 132 -
CMYK 0.57 0 0.36 0.19
HSL 141.54º 0.55% 0.58% -
HSV(B) 141.54º 0.57% 0.81% -
XYZ 30.69 48.47 29.57 -
YUV 163.47 110.24 75.6 -
System Red Green Blue C M Y K H S L
Decimal 90 207 132 0.57 0 0.36 0.19 141.54 0.55 0.58
Hex 5A CF 84 39 0 24 13 8E 37 3A
Octal 132 317 204 71 0 44 23 216 67 72
Binary 1011010 11001111 10000100 111001 0 100100 10011 10001110 110111 111010

Color Harmonies of #5ACF84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACF84

Black with #5ACF84

Text Example


Text Example

White with #5ACF84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5ACF84; }

 p { color: rgb(90,207,132); }

 H1.HeaderClassName
 {
   color: #5ACF84;
 }
 .AnyTagClassName
 {
   color: #5ACF84;
 }
</style>

background-color css

<style>
 a { background-color: #5ACF84; }

 a { background-color: rgb(90,207,132); }

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

border-color css

<style>
 span { border-color: #5ACF84; }

 span { border-color: rgb(90,207,132); }

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