Html Css Color HEX #A5FC85 Pale Green

📋 copy color: '#A5FC85'

red 165 ◦ green 252 ◦ blue 133

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

Shades of Pale Green #A5FC85

Tints of Pale Green #A5FC85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 24.18%

R = 30%
G = 45.82%
B = 24.18%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#A5FC85 (or 0xA5FC85) is known color: Pale Green. HEX triplet: A5, FC and 85. RGB value is (165,252,133). Sum of RGB (Red+Green+Blue) = 165+252+133=550 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30% from 550); Green value is 252 (98.83% from 255 or 45.82% from 550); Blue value is 133 (52.34% from 255 or 24.18% from 550); Max value from RGB is 252 - color contains mainly: green. Hex color #A5FC85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5FC85 is #5A037A. Grayscale: #D4D4D4. Windows color (decimal): -5899131 or 8780965. OLE color: 8780965.

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

Color convert

RGB 165 252 133 -
CMYK 0.35 0 0.47 0.01
HSL 103.87º 0.95% 0.75% -
HSV(B) 103.87º 0.47% 0.99% -
XYZ 54.56 79.31 34.62 -
YUV 212.42 83.18 94.18 -
System Red Green Blue C M Y K H S L
Decimal 165 252 133 0.35 0 0.47 0.01 103.87 0.95 0.75
Hex A5 FC 85 23 0 2F 1 68 5F 4B
Octal 245 374 205 43 0 57 1 150 137 113
Binary 10100101 11111100 10000101 100011 0 101111 1 1101000 1011111 1001011

Color Harmonies of #A5FC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FC85

Black with #A5FC85

Text Example


Text Example

White with #A5FC85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FC85; }

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

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

background-color css

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

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

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

border-color css

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

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

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