Html Css Color HEX #A0F794 Pale Green

📋 copy color: '#A0F794'

red 160 ◦ green 247 ◦ blue 148

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

Shades of Pale Green #A0F794

Tints of Pale Green #A0F794

RGB

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

 GREEN value IS 247 (96.88% from 255) = 44.5%

 BLUE value IS 148 (58.2% from 255) = 26.67%

R = 28.83%
G = 44.5%
B = 26.67%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#A0F794 (or 0xA0F794) is known color: Pale Green. HEX triplet: A0, F7 and 94. RGB value is (160,247,148). Sum of RGB (Red+Green+Blue) = 160+247+148=555 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.83% from 555); Green value is 247 (96.88% from 255 or 44.50% from 555); Blue value is 148 (58.20% from 255 or 26.67% from 555); Max value from RGB is 247 - color contains mainly: green. Hex color #A0F794 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F794 is #5F086B. Grayscale: #D2D2D2. Windows color (decimal): -6228076 or 9762720. OLE color: 9762720.

HSL color Cylindrical-coordinate representation of color #A0F794: hue angle of 112.73º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0F794 is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB 160 247 148 -
CMYK 0.35 0 0.40 0.03
HSL 112.73º 0.86% 0.77% -
HSV(B) 112.73º 0.4% 0.97% -
XYZ 53.1 76.13 39.91 -
YUV 209.7 93.18 92.55 -
System Red Green Blue C M Y K H S L
Decimal 160 247 148 0.35 0 0.40 0.03 112.73 0.86 0.77
Hex A0 F7 94 23 0 28 3 71 56 4D
Octal 240 367 224 43 0 50 3 161 126 115
Binary 10100000 11110111 10010100 100011 0 101000 11 1110001 1010110 1001101

Color Harmonies of #A0F794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F794

Black with #A0F794

Text Example


Text Example

White with #A0F794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F794; }

 p { color: rgb(160,247,148); }

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

background-color css

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

 a { background-color: rgb(160,247,148); }

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

border-color css

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

 span { border-color: rgb(160,247,148); }

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