Html Css Color HEX #A1F241 Green Yellow

📋 copy color: '#A1F241'

red 161 ◦ green 242 ◦ blue 65

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

Shades of Green Yellow #A1F241

Tints of Green Yellow #A1F241

RGB

 RED value IS 161 (63.28% from 255) = 34.4%

 GREEN value IS 242 (94.92% from 255) = 51.71%

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

R = 34.4%
G = 51.71%
B = 13.89%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#A1F241 (or 0xA1F241) is known color: Green Yellow. HEX triplet: A1, F2 and 41. RGB value is (161,242,65). Sum of RGB (Red+Green+Blue) = 161+242+65=468 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.40% from 468); Green value is 242 (94.92% from 255 or 51.71% from 468); Blue value is 65 (25.78% from 255 or 13.89% from 468); Max value from RGB is 242 - color contains mainly: green. Hex color #A1F241 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1F241 is #5E0DBE. Grayscale: #C6C6C6. Windows color (decimal): -6163903 or 4321953. OLE color: 4321953.

HSL color Cylindrical-coordinate representation of color #A1F241: hue angle of 87.46º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A1F241 is Cyan = 0.33, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 161 242 65 -
CMYK 0.33 0 0.73 0.05
HSL 87.46º 0.87% 0.6% -
HSV(B) 87.46º 0.73% 0.95% -
XYZ 47.4 71.46 16.3 -
YUV 197.6 53.16 101.89 -
System Red Green Blue C M Y K H S L
Decimal 161 242 65 0.33 0 0.73 0.05 87.46 0.87 0.6
Hex A1 F2 41 21 0 49 5 57 57 3C
Octal 241 362 101 41 0 111 5 127 127 74
Binary 10100001 11110010 1000001 100001 0 1001001 101 1010111 1010111 111100

Color Harmonies of #A1F241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F241

Black with #A1F241

Text Example


Text Example

White with #A1F241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F241; }

 p { color: rgb(161,242,65); }

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

background-color css

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

 a { background-color: rgb(161,242,65); }

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

border-color css

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

 span { border-color: rgb(161,242,65); }

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