Html Css Color HEX #A0FA93 Pale Green

📋 copy color: '#A0FA93'

red 160 ◦ green 250 ◦ blue 147

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

Shades of Pale Green #A0FA93

Tints of Pale Green #A0FA93

RGB

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

 GREEN value IS 250 (98.05% from 255) = 44.88%

 BLUE value IS 147 (57.81% from 255) = 26.39%

R = 28.73%
G = 44.88%
B = 26.39%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#A0FA93 (or 0xA0FA93) is known color: Pale Green. HEX triplet: A0, FA and 93. RGB value is (160,250,147). Sum of RGB (Red+Green+Blue) = 160+250+147=557 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.73% from 557); Green value is 250 (98.05% from 255 or 44.88% from 557); Blue value is 147 (57.81% from 255 or 26.39% from 557); Max value from RGB is 250 - color contains mainly: green. Hex color #A0FA93 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FA93 is #5F056C. Grayscale: #D3D3D3. Windows color (decimal): -6227309 or 9697952. OLE color: 9697952.

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

Color convert

RGB 160 250 147 -
CMYK 0.36 0 0.41 0.02
HSL 112.43º 0.91% 0.78% -
HSV(B) 112.43º 0.41% 0.98% -
XYZ 53.95 77.95 39.81 -
YUV 211.35 91.68 91.38 -
System Red Green Blue C M Y K H S L
Decimal 160 250 147 0.36 0 0.41 0.02 112.43 0.91 0.78
Hex A0 FA 93 24 0 29 2 70 5B 4E
Octal 240 372 223 44 0 51 2 160 133 116
Binary 10100000 11111010 10010011 100100 0 101001 10 1110000 1011011 1001110

Color Harmonies of #A0FA93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FA93

Black with #A0FA93

Text Example


Text Example

White with #A0FA93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FA93; }

 p { color: rgb(160,250,147); }

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

background-color css

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

 a { background-color: rgb(160,250,147); }

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

border-color css

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

 span { border-color: rgb(160,250,147); }

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