Html Css Color HEX #A0F297 Pale Green

📋 copy color: '#A0F297'

red 160 ◦ green 242 ◦ blue 151

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

Shades of Pale Green #A0F297

Tints of Pale Green #A0F297

RGB

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

 GREEN value IS 242 (94.92% from 255) = 43.76%

 BLUE value IS 151 (59.38% from 255) = 27.31%

R = 28.93%
G = 43.76%
B = 27.31%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#A0F297 (or 0xA0F297) is known color: Pale Green. HEX triplet: A0, F2 and 97. RGB value is (160,242,151). Sum of RGB (Red+Green+Blue) = 160+242+151=553 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.93% from 553); Green value is 242 (94.92% from 255 or 43.76% from 553); Blue value is 151 (59.38% from 255 or 27.31% from 553); Max value from RGB is 242 - color contains mainly: green. Hex color #A0F297 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F297 is #5F0D68. Grayscale: #CFCFCF. Windows color (decimal): -6229353 or 9958048. OLE color: 9958048.

HSL color Cylindrical-coordinate representation of color #A0F297: hue angle of 114.07º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A0F297 is Cyan = 0.34, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 160 242 151 -
CMYK 0.34 0 0.38 0.05
HSL 114.07º 0.78% 0.77% -
HSV(B) 114.07º 0.38% 0.95% -
XYZ 51.84 73.21 40.68 -
YUV 207.11 96.33 94.4 -
System Red Green Blue C M Y K H S L
Decimal 160 242 151 0.34 0 0.38 0.05 114.07 0.78 0.77
Hex A0 F2 97 22 0 26 5 72 4E 4D
Octal 240 362 227 42 0 46 5 162 116 115
Binary 10100000 11110010 10010111 100010 0 100110 101 1110010 1001110 1001101

Color Harmonies of #A0F297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F297

Black with #A0F297

Text Example


Text Example

White with #A0F297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F297; }

 p { color: rgb(160,242,151); }

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

background-color css

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

 a { background-color: rgb(160,242,151); }

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

border-color css

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

 span { border-color: rgb(160,242,151); }

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