Html Css Color HEX #A0FC98 Pale Green

📋 copy color: '#A0FC98'

red 160 ◦ green 252 ◦ blue 152

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

Shades of Pale Green #A0FC98

Tints of Pale Green #A0FC98

RGB

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

 GREEN value IS 252 (98.83% from 255) = 44.68%

 BLUE value IS 152 (59.77% from 255) = 26.95%

R = 28.37%
G = 44.68%
B = 26.95%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#A0FC98 (or 0xA0FC98) is known color: Pale Green. HEX triplet: A0, FC and 98. RGB value is (160,252,152). Sum of RGB (Red+Green+Blue) = 160+252+152=564 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.37% from 564); Green value is 252 (98.83% from 255 or 44.68% from 564); Blue value is 152 (59.77% from 255 or 26.95% from 564); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FC98 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FC98 is #5F0367. Grayscale: #D5D5D5. Windows color (decimal): -6226792 or 10026144. OLE color: 10026144.

HSL color Cylindrical-coordinate representation of color #A0FC98: hue angle of 115.2º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0FC98 is Cyan = 0.37, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB 160 252 152 -
CMYK 0.37 0 0.40 0.01
HSL 115.2º 0.94% 0.79% -
HSV(B) 115.2º 0.4% 0.99% -
XYZ 54.98 79.36 42.13 -
YUV 213.09 93.52 90.13 -
System Red Green Blue C M Y K H S L
Decimal 160 252 152 0.37 0 0.40 0.01 115.2 0.94 0.79
Hex A0 FC 98 25 0 28 1 73 5E 4F
Octal 240 374 230 45 0 50 1 163 136 117
Binary 10100000 11111100 10011000 100101 0 101000 1 1110011 1011110 1001111

Color Harmonies of #A0FC98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FC98

Black with #A0FC98

Text Example


Text Example

White with #A0FC98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FC98; }

 p { color: rgb(160,252,152); }

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

background-color css

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

 a { background-color: rgb(160,252,152); }

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

border-color css

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

 span { border-color: rgb(160,252,152); }

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