Html Css Color HEX #A0F3A6 Pale Green

📋 copy color: '#A0F3A6'

red 160 ◦ green 243 ◦ blue 166

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

Shades of Pale Green #A0F3A6

Tints of Pale Green #A0F3A6

RGB

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

 GREEN value IS 243 (95.31% from 255) = 42.71%

 BLUE value IS 166 (65.23% from 255) = 29.17%

R = 28.12%
G = 42.71%
B = 29.17%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#A0F3A6 (or 0xA0F3A6) is known color: Pale Green. HEX triplet: A0, F3 and A6. RGB value is (160,243,166). Sum of RGB (Red+Green+Blue) = 160+243+166=569 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.12% from 569); Green value is 243 (95.31% from 255 or 42.71% from 569); Blue value is 166 (65.23% from 255 or 29.17% from 569); Max value from RGB is 243 - color contains mainly: green. Hex color #A0F3A6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F3A6 is #5F0C59. Grayscale: #D1D1D1. Windows color (decimal): -6229082 or 10941344. OLE color: 10941344.

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

Color convert

RGB 160 243 166 -
CMYK 0.34 0 0.32 0.05
HSL 124.34º 0.78% 0.79% -
HSV(B) 124.34º 0.34% 0.95% -
XYZ 53.43 74.33 47.61 -
YUV 209.41 103.5 92.76 -
System Red Green Blue C M Y K H S L
Decimal 160 243 166 0.34 0 0.32 0.05 124.34 0.78 0.79
Hex A0 F3 A6 22 0 20 5 7C 4E 4F
Octal 240 363 246 42 0 40 5 174 116 117
Binary 10100000 11110011 10100110 100010 0 100000 101 1111100 1001110 1001111

Color Harmonies of #A0F3A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F3A6

Black with #A0F3A6

Text Example


Text Example

White with #A0F3A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F3A6; }

 p { color: rgb(160,243,166); }

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

background-color css

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

 a { background-color: rgb(160,243,166); }

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

border-color css

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

 span { border-color: rgb(160,243,166); }

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