Html Css Color HEX #A0F69D Pale Green

📋 copy color: '#A0F69D'

red 160 ◦ green 246 ◦ blue 157

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

Shades of Pale Green #A0F69D

Tints of Pale Green #A0F69D

RGB

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

 GREEN value IS 246 (96.48% from 255) = 43.69%

 BLUE value IS 157 (61.72% from 255) = 27.89%

R = 28.42%
G = 43.69%
B = 27.89%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#A0F69D (or 0xA0F69D) is known color: Pale Green. HEX triplet: A0, F6 and 9D. RGB value is (160,246,157). Sum of RGB (Red+Green+Blue) = 160+246+157=563 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.42% from 563); Green value is 246 (96.48% from 255 or 43.69% from 563); Blue value is 157 (61.72% from 255 or 27.89% from 563); Max value from RGB is 246 - color contains mainly: green. Hex color #A0F69D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F69D is #5F0962. Grayscale: #D2D2D2. Windows color (decimal): -6228323 or 10352288. OLE color: 10352288.

HSL color Cylindrical-coordinate representation of color #A0F69D: hue angle of 117.98º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0F69D is Cyan = 0.35, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB 160 246 157 -
CMYK 0.35 0 0.36 0.04
HSL 117.98º 0.83% 0.79% -
HSV(B) 117.98º 0.36% 0.96% -
XYZ 53.54 75.82 43.71 -
YUV 210.14 98.01 92.24 -
System Red Green Blue C M Y K H S L
Decimal 160 246 157 0.35 0 0.36 0.04 117.98 0.83 0.79
Hex A0 F6 9D 23 0 24 4 76 53 4F
Octal 240 366 235 43 0 44 4 166 123 117
Binary 10100000 11110110 10011101 100011 0 100100 100 1110110 1010011 1001111

Color Harmonies of #A0F69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F69D

Black with #A0F69D

Text Example


Text Example

White with #A0F69D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F69D; }

 p { color: rgb(160,246,157); }

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

background-color css

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

 a { background-color: rgb(160,246,157); }

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

border-color css

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

 span { border-color: rgb(160,246,157); }

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