Html Css Color HEX #A2F125 Green Yellow

📋 copy color: '#A2F125'

red 162 ◦ green 241 ◦ blue 37

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

Shades of Green Yellow #A2F125

Tints of Green Yellow #A2F125

RGB

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

 GREEN value IS 241 (94.53% from 255) = 54.77%

 BLUE value IS 37 (14.84% from 255) = 8.41%

R = 36.82%
G = 54.77%
B = 8.41%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#A2F125 (or 0xA2F125) is known color: Green Yellow. HEX triplet: A2, F1 and 25. RGB value is (162,241,37). Sum of RGB (Red+Green+Blue) = 162+241+37=440 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.82% from 440); Green value is 241 (94.53% from 255 or 54.77% from 440); Blue value is 37 (14.84% from 255 or 8.41% from 440); Max value from RGB is 241 - color contains mainly: green. Hex color #A2F125 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2F125 is #5D0EDA. Grayscale: #C2C2C2. Windows color (decimal): -6098651 or 2486690. OLE color: 2486690.

HSL color Cylindrical-coordinate representation of color #A2F125: hue angle of 83.24º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A2F125 is Cyan = 0.33, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 162 241 37 -
CMYK 0.33 0 0.85 0.05
HSL 83.24º 0.88% 0.55% -
HSV(B) 83.24º 0.85% 0.95% -
XYZ 46.69 70.73 12.94 -
YUV 194.12 39.33 105.09 -
System Red Green Blue C M Y K H S L
Decimal 162 241 37 0.33 0 0.85 0.05 83.24 0.88 0.55
Hex A2 F1 25 21 0 55 5 53 58 37
Octal 242 361 45 41 0 125 5 123 130 67
Binary 10100010 11110001 100101 100001 0 1010101 101 1010011 1011000 110111

Color Harmonies of #A2F125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F125

Black with #A2F125

Text Example


Text Example

White with #A2F125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F125; }

 p { color: rgb(162,241,37); }

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

background-color css

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

 a { background-color: rgb(162,241,37); }

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

border-color css

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

 span { border-color: rgb(162,241,37); }

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