Html Css Color HEX #A0EF3F Green Yellow

📋 copy color: '#A0EF3F'

red 160 ◦ green 239 ◦ blue 63

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

Shades of Green Yellow #A0EF3F

Tints of Green Yellow #A0EF3F

RGB

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

 GREEN value IS 239 (93.75% from 255) = 51.73%

 BLUE value IS 63 (25% from 255) = 13.64%

R = 34.63%
G = 51.73%
B = 13.64%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#A0EF3F (or 0xA0EF3F) is known color: Green Yellow. HEX triplet: A0, EF and 3F. RGB value is (160,239,63). Sum of RGB (Red+Green+Blue) = 160+239+63=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 239 (93.75% from 255 or 51.73% from 462); Blue value is 63 (25% from 255 or 13.64% from 462); Max value from RGB is 239 - color contains mainly: green. Hex color #A0EF3F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0EF3F is #5F10C0. Grayscale: #C3C3C3. Windows color (decimal): -6230209 or 4190112. OLE color: 4190112.

HSL color Cylindrical-coordinate representation of color #A0EF3F: hue angle of 86.93º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A0EF3F is Cyan = 0.33, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.

Color convert

RGB 160 239 63 -
CMYK 0.33 0 0.74 0.06
HSL 86.93º 0.85% 0.59% -
HSV(B) 86.93º 0.74% 0.94% -
XYZ 46.26 69.57 15.69 -
YUV 195.32 53.33 102.81 -
System Red Green Blue C M Y K H S L
Decimal 160 239 63 0.33 0 0.74 0.06 86.93 0.85 0.59
Hex A0 EF 3F 21 0 4A 6 57 55 3B
Octal 240 357 77 41 0 112 6 127 125 73
Binary 10100000 11101111 111111 100001 0 1001010 110 1010111 1010101 111011

Color Harmonies of #A0EF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EF3F

Black with #A0EF3F

Text Example


Text Example

White with #A0EF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EF3F; }

 p { color: rgb(160,239,63); }

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

background-color css

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

 a { background-color: rgb(160,239,63); }

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

border-color css

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

 span { border-color: rgb(160,239,63); }

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