Html Css Color HEX #A0F68A Pale Green

📋 copy color: '#A0F68A'

red 160 ◦ green 246 ◦ blue 138

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

Shades of Pale Green #A0F68A

Tints of Pale Green #A0F68A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 25.37%

R = 29.41%
G = 45.22%
B = 25.37%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#A0F68A (or 0xA0F68A) is known color: Pale Green. HEX triplet: A0, F6 and 8A. RGB value is (160,246,138). Sum of RGB (Red+Green+Blue) = 160+246+138=544 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.41% from 544); Green value is 246 (96.48% from 255 or 45.22% from 544); Blue value is 138 (54.30% from 255 or 25.37% from 544); Max value from RGB is 246 - color contains mainly: green. Hex color #A0F68A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F68A is #5F0975. Grayscale: #D0D0D0. Windows color (decimal): -6228342 or 9107104. OLE color: 9107104.

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

Color convert

RGB 160 246 138 -
CMYK 0.35 0 0.44 0.04
HSL 107.78º 0.86% 0.75% -
HSV(B) 107.78º 0.44% 0.96% -
XYZ 52.04 75.22 35.82 -
YUV 207.97 88.51 93.78 -
System Red Green Blue C M Y K H S L
Decimal 160 246 138 0.35 0 0.44 0.04 107.78 0.86 0.75
Hex A0 F6 8A 23 0 2C 4 6C 56 4B
Octal 240 366 212 43 0 54 4 154 126 113
Binary 10100000 11110110 10001010 100011 0 101100 100 1101100 1010110 1001011

Color Harmonies of #A0F68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F68A

Black with #A0F68A

Text Example


Text Example

White with #A0F68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F68A; }

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

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

background-color css

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

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

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

border-color css

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

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

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