Html Css Color HEX #A5FC8A Pale Green

📋 copy color: '#A5FC8A'

red 165 ◦ green 252 ◦ blue 138

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

Shades of Pale Green #A5FC8A

Tints of Pale Green #A5FC8A

RGB

 RED value IS 165 (64.84% from 255) = 29.73%

 GREEN value IS 252 (98.83% from 255) = 45.41%

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

R = 29.73%
G = 45.41%
B = 24.86%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#A5FC8A (or 0xA5FC8A) is known color: Pale Green. HEX triplet: A5, FC and 8A. RGB value is (165,252,138). Sum of RGB (Red+Green+Blue) = 165+252+138=555 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.73% from 555); Green value is 252 (98.83% from 255 or 45.41% from 555); Blue value is 138 (54.30% from 255 or 24.86% from 555); Max value from RGB is 252 - color contains mainly: green. Hex color #A5FC8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5FC8A is #5A0375. Grayscale: #D5D5D5. Windows color (decimal): -5899126 or 9108645. OLE color: 9108645.

HSL color Cylindrical-coordinate representation of color #A5FC8A: hue angle of 105.79º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A5FC8A is Cyan = 0.35, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB 165 252 138 -
CMYK 0.35 0 0.45 0.01
HSL 105.79º 0.95% 0.76% -
HSV(B) 105.79º 0.45% 0.99% -
XYZ 54.91 79.46 36.49 -
YUV 212.99 85.68 93.77 -
System Red Green Blue C M Y K H S L
Decimal 165 252 138 0.35 0 0.45 0.01 105.79 0.95 0.76
Hex A5 FC 8A 23 0 2D 1 6A 5F 4C
Octal 245 374 212 43 0 55 1 152 137 114
Binary 10100101 11111100 10001010 100011 0 101101 1 1101010 1011111 1001100

Color Harmonies of #A5FC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FC8A

Black with #A5FC8A

Text Example


Text Example

White with #A5FC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FC8A; }

 p { color: rgb(165,252,138); }

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

background-color css

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

 a { background-color: rgb(165,252,138); }

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

border-color css

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

 span { border-color: rgb(165,252,138); }

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