Html Css Color HEX #A0F942 Green Yellow

📋 copy color: '#A0F942'

red 160 ◦ green 249 ◦ blue 66

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

Shades of Green Yellow #A0F942

Tints of Green Yellow #A0F942

RGB

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

 GREEN value IS 249 (97.66% from 255) = 52.42%

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

R = 33.68%
G = 52.42%
B = 13.89%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#A0F942 (or 0xA0F942) is known color: Green Yellow. HEX triplet: A0, F9 and 42. RGB value is (160,249,66). Sum of RGB (Red+Green+Blue) = 160+249+66=475 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.68% from 475); Green value is 249 (97.66% from 255 or 52.42% from 475); Blue value is 66 (26.17% from 255 or 13.89% from 475); Max value from RGB is 249 - color contains mainly: green. Hex color #A0F942 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0F942 is #5F06BD. Grayscale: #CACACA. Windows color (decimal): -6227646 or 4389280. OLE color: 4389280.

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

Color convert

RGB 160 249 66 -
CMYK 0.36 0 0.73 0.02
HSL 89.18º 0.94% 0.62% -
HSV(B) 89.18º 0.73% 0.98% -
XYZ 49.36 75.62 17.15 -
YUV 201.53 51.51 98.38 -
System Red Green Blue C M Y K H S L
Decimal 160 249 66 0.36 0 0.73 0.02 89.18 0.94 0.62
Hex A0 F9 42 24 0 49 2 59 5E 3E
Octal 240 371 102 44 0 111 2 131 136 76
Binary 10100000 11111001 1000010 100100 0 1001001 10 1011001 1011110 111110

Color Harmonies of #A0F942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F942

Black with #A0F942

Text Example


Text Example

White with #A0F942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F942; }

 p { color: rgb(160,249,66); }

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

background-color css

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

 a { background-color: rgb(160,249,66); }

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

border-color css

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

 span { border-color: rgb(160,249,66); }

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