Html Css Color HEX #A0F71D Green Yellow

📋 copy color: '#A0F71D'

red 160 ◦ green 247 ◦ blue 29

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

Shades of Green Yellow #A0F71D

Tints of Green Yellow #A0F71D

RGB

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

 GREEN value IS 247 (96.88% from 255) = 56.65%

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

R = 36.7%
G = 56.65%
B = 6.65%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#A0F71D (or 0xA0F71D) is known color: Green Yellow. HEX triplet: A0, F7 and 1D. RGB value is (160,247,29). Sum of RGB (Red+Green+Blue) = 160+247+29=436 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.70% from 436); Green value is 247 (96.88% from 255 or 56.65% from 436); Blue value is 29 (11.72% from 255 or 6.65% from 436); Max value from RGB is 247 - color contains mainly: green. Hex color #A0F71D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0F71D is #5F08E2. Grayscale: #C4C4C4. Windows color (decimal): -6228195 or 1963936. OLE color: 1963936.

HSL color Cylindrical-coordinate representation of color #A0F71D: hue angle of 83.94º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A0F71D is Cyan = 0.35, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.03.

Color convert

RGB 160 247 29 -
CMYK 0.35 0 0.88 0.03
HSL 83.94º 0.93% 0.54% -
HSV(B) 83.94º 0.88% 0.97% -
XYZ 47.98 74.08 12.93 -
YUV 196.14 33.68 102.23 -
System Red Green Blue C M Y K H S L
Decimal 160 247 29 0.35 0 0.88 0.03 83.94 0.93 0.54
Hex A0 F7 1D 23 0 58 3 54 5D 36
Octal 240 367 35 43 0 130 3 124 135 66
Binary 10100000 11110111 11101 100011 0 1011000 11 1010100 1011101 110110

Color Harmonies of #A0F71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F71D

Black with #A0F71D

Text Example


Text Example

White with #A0F71D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F71D; }

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

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

background-color css

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

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

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

border-color css

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

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

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