Html Css Color HEX #A0F41D Green Yellow

📋 copy color: '#A0F41D'

red 160 ◦ green 244 ◦ blue 29

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

Shades of Green Yellow #A0F41D

Tints of Green Yellow #A0F41D

RGB

 RED value IS 160 (62.89% from 255) = 36.95%

 GREEN value IS 244 (95.7% from 255) = 56.35%

 BLUE value IS 29 (11.72% from 255) = 6.7%

R = 36.95%
G = 56.35%
B = 6.7%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#A0F41D (or 0xA0F41D) is known color: Green Yellow. HEX triplet: A0, F4 and 1D. RGB value is (160,244,29). Sum of RGB (Red+Green+Blue) = 160+244+29=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 244 (95.70% from 255 or 56.35% from 433); Blue value is 29 (11.72% from 255 or 6.70% from 433); Max value from RGB is 244 - color contains mainly: green. Hex color #A0F41D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0F41D is #5F0BE2. Grayscale: #C3C3C3. Windows color (decimal): -6228963 or 1963168. OLE color: 1963168.

HSL color Cylindrical-coordinate representation of color #A0F41D: hue angle of 83.44º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A0F41D is Cyan = 0.34, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.04.

Color convert

RGB 160 244 29 -
CMYK 0.34 0 0.88 0.04
HSL 83.44º 0.91% 0.54% -
HSV(B) 83.44º 0.88% 0.96% -
XYZ 47.07 72.26 12.63 -
YUV 194.37 34.67 103.48 -
System Red Green Blue C M Y K H S L
Decimal 160 244 29 0.34 0 0.88 0.04 83.44 0.91 0.54
Hex A0 F4 1D 22 0 58 4 53 5B 36
Octal 240 364 35 42 0 130 4 123 133 66
Binary 10100000 11110100 11101 100010 0 1011000 100 1010011 1011011 110110

Color Harmonies of #A0F41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F41D

Black with #A0F41D

Text Example


Text Example

White with #A0F41D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F41D; }

 p { color: rgb(160,244,29); }

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

background-color css

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

 a { background-color: rgb(160,244,29); }

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

border-color css

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

 span { border-color: rgb(160,244,29); }

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