Html Css Color HEX #5ACF60 Fern

📋 copy color: '#5ACF60'

red 90 ◦ green 207 ◦ blue 96

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

Shades of Fern #5ACF60

Tints of Fern #5ACF60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 24.43%

R = 22.9%
G = 52.67%
B = 24.43%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#5ACF60 (or 0x5ACF60) is known color: Fern. HEX triplet: 5A, CF and 60. RGB value is (90,207,96). Sum of RGB (Red+Green+Blue) = 90+207+96=393 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.90% from 393); Green value is 207 (81.25% from 255 or 52.67% from 393); Blue value is 96 (37.89% from 255 or 24.43% from 393); Max value from RGB is 207 - color contains mainly: green. Hex color #5ACF60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ACF60 is #A5309F. Grayscale: #9F9F9F. Windows color (decimal): -10825888 or 6344538. OLE color: 6344538.

HSL color Cylindrical-coordinate representation of color #5ACF60: hue angle of 123.08º 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 #5ACF60 is Cyan = 0.57, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB 90 207 96 -
CMYK 0.57 0 0.54 0.19
HSL 123.08º 0.55% 0.58% -
HSV(B) 123.08º 0.57% 0.81% -
XYZ 28.64 47.64 18.75 -
YUV 159.36 92.24 78.53 -
System Red Green Blue C M Y K H S L
Decimal 90 207 96 0.57 0 0.54 0.19 123.08 0.55 0.58
Hex 5A CF 60 39 0 36 13 7B 37 3A
Octal 132 317 140 71 0 66 23 173 67 72
Binary 1011010 11001111 1100000 111001 0 110110 10011 1111011 110111 111010

Color Harmonies of #5ACF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACF60

Black with #5ACF60

Text Example


Text Example

White with #5ACF60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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