Html Css Color HEX #A2FA42 Green Yellow

📋 copy color: '#A2FA42'

red 162 ◦ green 250 ◦ blue 66

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

Shades of Green Yellow #A2FA42

Tints of Green Yellow #A2FA42

RGB

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

 GREEN value IS 250 (98.05% from 255) = 52.3%

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

R = 33.89%
G = 52.3%
B = 13.81%

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

#A2FA42 (or 0xA2FA42) is known color: Green Yellow. HEX triplet: A2, FA and 42. RGB value is (162,250,66). Sum of RGB (Red+Green+Blue) = 162+250+66=478 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.89% from 478); Green value is 250 (98.05% from 255 or 52.30% from 478); Blue value is 66 (26.17% from 255 or 13.81% from 478); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FA42 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2FA42 is #5D05BD. Grayscale: #CBCBCB. Windows color (decimal): -6096318 or 4389538. OLE color: 4389538.

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

Color convert

RGB 162 250 66 -
CMYK 0.35 0 0.74 0.02
HSL 88.7º 0.95% 0.62% -
HSV(B) 88.7º 0.74% 0.98% -
XYZ 50.07 76.45 17.27 -
YUV 202.71 50.85 98.96 -
System Red Green Blue C M Y K H S L
Decimal 162 250 66 0.35 0 0.74 0.02 88.7 0.95 0.62
Hex A2 FA 42 23 0 4A 2 59 5F 3E
Octal 242 372 102 43 0 112 2 131 137 76
Binary 10100010 11111010 1000010 100011 0 1001010 10 1011001 1011111 111110

Color Harmonies of #A2FA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2FA42

Black with #A2FA42

Text Example


Text Example

White with #A2FA42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2FA42; }

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

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

background-color css

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

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

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

border-color css

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

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

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