Html Css Color HEX #A2FF48 Green Yellow

📋 copy color: '#A2FF48'

red 162 ◦ green 255 ◦ blue 72

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

Shades of Green Yellow #A2FF48

Tints of Green Yellow #A2FF48

RGB

 RED value IS 162 (63.67% from 255) = 33.13%

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

 BLUE value IS 72 (28.52% from 255) = 14.72%

R = 33.13%
G = 52.15%
B = 14.72%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.72

 K value IS 0

RGB Variations

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

Color information

#A2FF48 (or 0xA2FF48) is known color: Green Yellow. HEX triplet: A2, FF and 48. RGB value is (162,255,72). Sum of RGB (Red+Green+Blue) = 162+255+72=489 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.13% from 489); Green value is 255 (100% from 255 or 52.15% from 489); Blue value is 72 (28.52% from 255 or 14.72% from 489); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FF48 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2FF48 is #5D00B7. Grayscale: #CECECE. Windows color (decimal): -6095032 or 4784034. OLE color: 4784034.

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

Color convert

RGB 162 255 72 -
CMYK 0.36 0 0.72 0
HSL 90.49º 1% 0.64% -
HSV(B) 90.49º 0.72% 1% -
XYZ 51.83 79.67 18.78 -
YUV 206.33 52.19 96.38 -
System Red Green Blue C M Y K H S L
Decimal 162 255 72 0.36 0 0.72 0 90.49 1 0.64
Hex A2 FF 48 24 0 48 0 5A 64 40
Octal 242 377 110 44 0 110 0 132 144 100
Binary 10100010 11111111 1001000 100100 0 1001000 0 1011010 1100100 1000000

Color Harmonies of #A2FF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2FF48

Black with #A2FF48

Text Example


Text Example

White with #A2FF48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2FF48; }

 p { color: rgb(162,255,72); }

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

background-color css

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

 a { background-color: rgb(162,255,72); }

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

border-color css

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

 span { border-color: rgb(162,255,72); }

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