Html Css Color HEX #A1F94B Green Yellow

📋 copy color: '#A1F94B'

red 161 ◦ green 249 ◦ blue 75

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

Shades of Green Yellow #A1F94B

Tints of Green Yellow #A1F94B

RGB

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

 GREEN value IS 249 (97.66% from 255) = 51.34%

 BLUE value IS 75 (29.69% from 255) = 15.46%

R = 33.2%
G = 51.34%
B = 15.46%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#A1F94B (or 0xA1F94B) is known color: Green Yellow. HEX triplet: A1, F9 and 4B. RGB value is (161,249,75). Sum of RGB (Red+Green+Blue) = 161+249+75=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 249 (97.66% from 255 or 51.34% from 485); Blue value is 75 (29.69% from 255 or 15.46% from 485); Max value from RGB is 249 - color contains mainly: green. Hex color #A1F94B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1F94B is #5E06B4. Grayscale: #CBCBCB. Windows color (decimal): -6162101 or 4979105. OLE color: 4979105.

HSL color Cylindrical-coordinate representation of color #A1F94B: hue angle of 90.34º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A1F94B is Cyan = 0.35, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB 161 249 75 -
CMYK 0.35 0 0.70 0.02
HSL 90.34º 0.94% 0.64% -
HSV(B) 90.34º 0.7% 0.98% -
XYZ 49.84 75.84 18.67 -
YUV 202.85 55.85 98.15 -
System Red Green Blue C M Y K H S L
Decimal 161 249 75 0.35 0 0.70 0.02 90.34 0.94 0.64
Hex A1 F9 4B 23 0 46 2 5A 5E 40
Octal 241 371 113 43 0 106 2 132 136 100
Binary 10100001 11111001 1001011 100011 0 1000110 10 1011010 1011110 1000000

Color Harmonies of #A1F94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F94B

Black with #A1F94B

Text Example


Text Example

White with #A1F94B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F94B; }

 p { color: rgb(161,249,75); }

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

background-color css

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

 a { background-color: rgb(161,249,75); }

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

border-color css

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

 span { border-color: rgb(161,249,75); }

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