Html Css Color HEX #A0F247 Green Yellow

📋 copy color: '#A0F247'

red 160 ◦ green 242 ◦ blue 71

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

Shades of Green Yellow #A0F247

Tints of Green Yellow #A0F247

RGB

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

 GREEN value IS 242 (94.92% from 255) = 51.16%

 BLUE value IS 71 (28.13% from 255) = 15.01%

R = 33.83%
G = 51.16%
B = 15.01%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#A0F247 (or 0xA0F247) is known color: Green Yellow. HEX triplet: A0, F2 and 47. RGB value is (160,242,71). Sum of RGB (Red+Green+Blue) = 160+242+71=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 242 (94.92% from 255 or 51.16% from 473); Blue value is 71 (28.12% from 255 or 15.01% from 473); Max value from RGB is 242 - color contains mainly: green. Hex color #A0F247 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0F247 is #5F0DB8. Grayscale: #C6C6C6. Windows color (decimal): -6229433 or 4715168. OLE color: 4715168.

HSL color Cylindrical-coordinate representation of color #A0F247: hue angle of 88.77º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A0F247 is Cyan = 0.34, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 160 242 71 -
CMYK 0.34 0 0.71 0.05
HSL 88.77º 0.87% 0.61% -
HSV(B) 88.77º 0.71% 0.95% -
XYZ 47.39 71.43 17.25 -
YUV 197.99 56.33 100.9 -
System Red Green Blue C M Y K H S L
Decimal 160 242 71 0.34 0 0.71 0.05 88.77 0.87 0.61
Hex A0 F2 47 22 0 47 5 59 57 3D
Octal 240 362 107 42 0 107 5 131 127 75
Binary 10100000 11110010 1000111 100010 0 1000111 101 1011001 1010111 111101

Color Harmonies of #A0F247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F247

Black with #A0F247

Text Example


Text Example

White with #A0F247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F247; }

 p { color: rgb(160,242,71); }

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

background-color css

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

 a { background-color: rgb(160,242,71); }

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

border-color css

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

 span { border-color: rgb(160,242,71); }

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