Html Css Color HEX #A2F940 Green Yellow

📋 copy color: '#A2F940'

red 162 ◦ green 249 ◦ blue 64

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

Shades of Green Yellow #A2F940

Tints of Green Yellow #A2F940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.47%

R = 34.11%
G = 52.42%
B = 13.47%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#A2F940 (or 0xA2F940) is known color: Green Yellow. HEX triplet: A2, F9 and 40. RGB value is (162,249,64). Sum of RGB (Red+Green+Blue) = 162+249+64=475 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.11% from 475); Green value is 249 (97.66% from 255 or 52.42% from 475); Blue value is 64 (25.39% from 255 or 13.47% from 475); Max value from RGB is 249 - color contains mainly: green. Hex color #A2F940 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2F940 is #5D06BF. Grayscale: #CACACA. Windows color (decimal): -6096576 or 4258210. OLE color: 4258210.

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

Color convert

RGB 162 249 64 -
CMYK 0.35 0 0.74 0.02
HSL 88.22º 0.94% 0.61% -
HSV(B) 88.22º 0.74% 0.98% -
XYZ 49.7 75.8 16.86 -
YUV 201.9 50.18 99.54 -
System Red Green Blue C M Y K H S L
Decimal 162 249 64 0.35 0 0.74 0.02 88.22 0.94 0.61
Hex A2 F9 40 23 0 4A 2 58 5E 3D
Octal 242 371 100 43 0 112 2 130 136 75
Binary 10100010 11111001 1000000 100011 0 1001010 10 1011000 1011110 111101

Color Harmonies of #A2F940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F940

Black with #A2F940

Text Example


Text Example

White with #A2F940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F940; }

 p { color: rgb(162,249,64); }

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

background-color css

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

 a { background-color: rgb(162,249,64); }

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

border-color css

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

 span { border-color: rgb(162,249,64); }

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