Html Css Color HEX #A2F942 Green Yellow

📋 copy color: '#A2F942'

red 162 ◦ green 249 ◦ blue 66

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

Shades of Green Yellow #A2F942

Tints of Green Yellow #A2F942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.84%

R = 33.96%
G = 52.2%
B = 13.84%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#A2F942 (or 0xA2F942) is known color: Green Yellow. HEX triplet: A2, F9 and 42. RGB value is (162,249,66). Sum of RGB (Red+Green+Blue) = 162+249+66=477 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.96% from 477); Green value is 249 (97.66% from 255 or 52.20% from 477); Blue value is 66 (26.17% from 255 or 13.84% from 477); Max value from RGB is 249 - color contains mainly: green. Hex color #A2F942 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2F942 is #5D06BD. Grayscale: #CACACA. Windows color (decimal): -6096574 or 4389282. OLE color: 4389282.

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

Color convert

RGB 162 249 66 -
CMYK 0.35 0 0.73 0.02
HSL 88.52º 0.94% 0.62% -
HSV(B) 88.52º 0.73% 0.98% -
XYZ 49.76 75.83 17.17 -
YUV 202.13 51.18 99.38 -
System Red Green Blue C M Y K H S L
Decimal 162 249 66 0.35 0 0.73 0.02 88.52 0.94 0.62
Hex A2 F9 42 23 0 49 2 59 5E 3E
Octal 242 371 102 43 0 111 2 131 136 76
Binary 10100010 11111001 1000010 100011 0 1001001 10 1011001 1011110 111110

Color Harmonies of #A2F942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F942

Black with #A2F942

Text Example


Text Example

White with #A2F942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F942; }

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

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

background-color css

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

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

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

border-color css

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

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

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