Html Css Color HEX #4AF05A Screamin' Green

📋 copy color: '#4AF05A'

red 74 ◦ green 240 ◦ blue 90

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

Shades of Screamin' Green #4AF05A

Tints of Screamin' Green #4AF05A

RGB

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

 GREEN value IS 240 (94.14% from 255) = 59.41%

 BLUE value IS 90 (35.55% from 255) = 22.28%

R = 18.32%
G = 59.41%
B = 22.28%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#4AF05A (or 0x4AF05A) is known color: Screamin' Green. HEX triplet: 4A, F0 and 5A. RGB value is (74,240,90). Sum of RGB (Red+Green+Blue) = 74+240+90=404 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.32% from 404); Green value is 240 (94.14% from 255 or 59.41% from 404); Blue value is 90 (35.55% from 255 or 22.28% from 404); Max value from RGB is 240 - color contains mainly: green. Hex color #4AF05A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AF05A is #B50FA5. Grayscale: #ADADAD. Windows color (decimal): -11866022 or 5959754. OLE color: 5959754.

HSL color Cylindrical-coordinate representation of color #4AF05A: hue angle of 125.78º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AF05A is Cyan = 0.69, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB 74 240 90 -
CMYK 0.69 0 0.62 0.06
HSL 125.78º 0.85% 0.62% -
HSV(B) 125.78º 0.69% 0.94% -
XYZ 35.83 64.51 20.24 -
YUV 173.27 81 57.2 -
System Red Green Blue C M Y K H S L
Decimal 74 240 90 0.69 0 0.62 0.06 125.78 0.85 0.62
Hex 4A F0 5A 45 0 3E 6 7E 55 3E
Octal 112 360 132 105 0 76 6 176 125 76
Binary 1001010 11110000 1011010 1000101 0 111110 110 1111110 1010101 111110

Color Harmonies of #4AF05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF05A

Black with #4AF05A

Text Example


Text Example

White with #4AF05A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,240,90); }

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

background-color css

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

 a { background-color: rgb(74,240,90); }

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

border-color css

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

 span { border-color: rgb(74,240,90); }

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