Html Css Color HEX #A0F69E Pale Green

📋 copy color: '#A0F69E'

red 160 ◦ green 246 ◦ blue 158

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

Shades of Pale Green #A0F69E

Tints of Pale Green #A0F69E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 28.01%

R = 28.37%
G = 43.62%
B = 28.01%

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

#A0F69E (or 0xA0F69E) is known color: Pale Green. HEX triplet: A0, F6 and 9E. RGB value is (160,246,158). Sum of RGB (Red+Green+Blue) = 160+246+158=564 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.37% from 564); Green value is 246 (96.48% from 255 or 43.62% from 564); Blue value is 158 (62.11% from 255 or 28.01% from 564); Max value from RGB is 246 - color contains mainly: green. Hex color #A0F69E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F69E is #5F0961. Grayscale: #D2D2D2. Windows color (decimal): -6228322 or 10417824. OLE color: 10417824.

HSL color Cylindrical-coordinate representation of color #A0F69E: hue angle of 118.64º 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 #A0F69E is Cyan = 0.35, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB 160 246 158 -
CMYK 0.35 0 0.36 0.04
HSL 118.64º 0.83% 0.79% -
HSV(B) 118.64º 0.36% 0.96% -
XYZ 53.62 75.85 44.16 -
YUV 210.25 98.51 92.16 -
System Red Green Blue C M Y K H S L
Decimal 160 246 158 0.35 0 0.36 0.04 118.64 0.83 0.79
Hex A0 F6 9E 23 0 24 4 77 53 4F
Octal 240 366 236 43 0 44 4 167 123 117
Binary 10100000 11110110 10011110 100011 0 100100 100 1110111 1010011 1001111

Color Harmonies of #A0F69E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F69E

Black with #A0F69E

Text Example


Text Example

White with #A0F69E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F69E; }

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

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

background-color css

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

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

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

border-color css

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

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

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