Html Css Color HEX #A0F92A Green Yellow

📋 copy color: '#A0F92A'

red 160 ◦ green 249 ◦ blue 42

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

Shades of Green Yellow #A0F92A

Tints of Green Yellow #A0F92A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.31%

R = 35.48%
G = 55.21%
B = 9.31%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#A0F92A (or 0xA0F92A) is known color: Green Yellow. HEX triplet: A0, F9 and 2A. RGB value is (160,249,42). Sum of RGB (Red+Green+Blue) = 160+249+42=451 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.48% from 451); Green value is 249 (97.66% from 255 or 55.21% from 451); Blue value is 42 (16.80% from 255 or 9.31% from 451); Max value from RGB is 249 - color contains mainly: green. Hex color #A0F92A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0F92A is #5F06D5. Grayscale: #C7C7C7. Windows color (decimal): -6227670 or 2816416. OLE color: 2816416.

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

Color convert

RGB 160 249 42 -
CMYK 0.36 0 0.83 0.02
HSL 85.8º 0.95% 0.57% -
HSV(B) 85.8º 0.83% 0.98% -
XYZ 48.79 75.39 14.17 -
YUV 198.79 39.51 100.33 -
System Red Green Blue C M Y K H S L
Decimal 160 249 42 0.36 0 0.83 0.02 85.8 0.95 0.57
Hex A0 F9 2A 24 0 53 2 56 5F 39
Octal 240 371 52 44 0 123 2 126 137 71
Binary 10100000 11111001 101010 100100 0 1010011 10 1010110 1011111 111001

Color Harmonies of #A0F92A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F92A

Black with #A0F92A

Text Example


Text Example

White with #A0F92A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F92A; }

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

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

background-color css

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

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

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

border-color css

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

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

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