Html Css Color HEX #A0F441 Green Yellow

📋 copy color: '#A0F441'

red 160 ◦ green 244 ◦ blue 65

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

Shades of Green Yellow #A0F441

Tints of Green Yellow #A0F441

RGB

 RED value IS 160 (62.89% from 255) = 34.12%

 GREEN value IS 244 (95.7% from 255) = 52.03%

 BLUE value IS 65 (25.78% from 255) = 13.86%

R = 34.12%
G = 52.03%
B = 13.86%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#A0F441 (or 0xA0F441) is known color: Green Yellow. HEX triplet: A0, F4 and 41. RGB value is (160,244,65). Sum of RGB (Red+Green+Blue) = 160+244+65=469 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.12% from 469); Green value is 244 (95.70% from 255 or 52.03% from 469); Blue value is 65 (25.78% from 255 or 13.86% from 469); Max value from RGB is 244 - color contains mainly: green. Hex color #A0F441 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0F441 is #5F0BBE. Grayscale: #C7C7C7. Windows color (decimal): -6228927 or 4322464. OLE color: 4322464.

HSL color Cylindrical-coordinate representation of color #A0F441: hue angle of 88.16º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A0F441 is Cyan = 0.34, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.04.

Color convert

RGB 160 244 65 -
CMYK 0.34 0 0.73 0.04
HSL 88.16º 0.89% 0.61% -
HSV(B) 88.16º 0.73% 0.96% -
XYZ 47.8 72.56 16.49 -
YUV 198.48 52.67 100.55 -
System Red Green Blue C M Y K H S L
Decimal 160 244 65 0.34 0 0.73 0.04 88.16 0.89 0.61
Hex A0 F4 41 22 0 49 4 58 59 3D
Octal 240 364 101 42 0 111 4 130 131 75
Binary 10100000 11110100 1000001 100010 0 1001001 100 1011000 1011001 111101

Color Harmonies of #A0F441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F441

Black with #A0F441

Text Example


Text Example

White with #A0F441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F441; }

 p { color: rgb(160,244,65); }

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

background-color css

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

 a { background-color: rgb(160,244,65); }

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

border-color css

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

 span { border-color: rgb(160,244,65); }

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