Html Css Color HEX #A1FF30 Green Yellow

📋 copy color: '#A1FF30'

red 161 ◦ green 255 ◦ blue 48

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

Shades of Green Yellow #A1FF30

Tints of Green Yellow #A1FF30

RGB

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

 GREEN value IS 255 (100% from 255) = 54.96%

 BLUE value IS 48 (19.14% from 255) = 10.34%

R = 34.7%
G = 54.96%
B = 10.34%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#A1FF30 (or 0xA1FF30) is known color: Green Yellow. HEX triplet: A1, FF and 30. RGB value is (161,255,48). Sum of RGB (Red+Green+Blue) = 161+255+48=464 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.70% from 464); Green value is 255 (100% from 255 or 54.96% from 464); Blue value is 48 (19.14% from 255 or 10.34% from 464); Max value from RGB is 255 - color contains mainly: green. Hex color #A1FF30 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1FF30 is #5E00CF. Grayscale: #CCCCCC. Windows color (decimal): -6160592 or 3211169. OLE color: 3211169.

HSL color Cylindrical-coordinate representation of color #A1FF30: hue angle of 87.25º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A1FF30 is Cyan = 0.37, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.

Color convert

RGB 161 255 48 -
CMYK 0.37 0 0.81 0
HSL 87.25º 1% 0.59% -
HSV(B) 87.25º 0.81% 1% -
XYZ 50.99 79.31 15.42 -
YUV 203.3 40.36 97.83 -
System Red Green Blue C M Y K H S L
Decimal 161 255 48 0.37 0 0.81 0 87.25 1 0.59
Hex A1 FF 30 25 0 51 0 57 64 3B
Octal 241 377 60 45 0 121 0 127 144 73
Binary 10100001 11111111 110000 100101 0 1010001 0 1010111 1100100 111011

Color Harmonies of #A1FF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FF30

Black with #A1FF30

Text Example


Text Example

White with #A1FF30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FF30; }

 p { color: rgb(161,255,48); }

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

background-color css

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

 a { background-color: rgb(161,255,48); }

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

border-color css

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

 span { border-color: rgb(161,255,48); }

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