Html Css Color HEX #A0F642 Green Yellow

📋 copy color: '#A0F642'

red 160 ◦ green 246 ◦ blue 66

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

Shades of Green Yellow #A0F642

Tints of Green Yellow #A0F642

RGB

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

 GREEN value IS 246 (96.48% from 255) = 52.12%

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

R = 33.9%
G = 52.12%
B = 13.98%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#A0F642 (or 0xA0F642) is known color: Green Yellow. HEX triplet: A0, F6 and 42. RGB value is (160,246,66). Sum of RGB (Red+Green+Blue) = 160+246+66=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 246 (96.48% from 255 or 52.12% from 472); Blue value is 66 (26.17% from 255 or 13.98% from 472); Max value from RGB is 246 - color contains mainly: green. Hex color #A0F642 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0F642 is #5F09BD. Grayscale: #C8C8C8. Windows color (decimal): -6228414 or 4388512. OLE color: 4388512.

HSL color Cylindrical-coordinate representation of color #A0F642: hue angle of 88.67º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A0F642 is Cyan = 0.35, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.04.

Color convert

RGB 160 246 66 -
CMYK 0.35 0 0.73 0.04
HSL 88.67º 0.91% 0.61% -
HSV(B) 88.67º 0.73% 0.96% -
XYZ 48.44 73.78 16.84 -
YUV 199.77 52.51 99.64 -
System Red Green Blue C M Y K H S L
Decimal 160 246 66 0.35 0 0.73 0.04 88.67 0.91 0.61
Hex A0 F6 42 23 0 49 4 59 5B 3D
Octal 240 366 102 43 0 111 4 131 133 75
Binary 10100000 11110110 1000010 100011 0 1001001 100 1011001 1011011 111101

Color Harmonies of #A0F642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F642

Black with #A0F642

Text Example


Text Example

White with #A0F642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F642; }

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

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

background-color css

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

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

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

border-color css

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

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

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