Html Css Color HEX #A5FC92 Pale Green

📋 copy color: '#A5FC92'

red 165 ◦ green 252 ◦ blue 146

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

Shades of Pale Green #A5FC92

Tints of Pale Green #A5FC92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 25.93%

R = 29.31%
G = 44.76%
B = 25.93%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#A5FC92 (or 0xA5FC92) is known color: Pale Green. HEX triplet: A5, FC and 92. RGB value is (165,252,146). Sum of RGB (Red+Green+Blue) = 165+252+146=563 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.31% from 563); Green value is 252 (98.83% from 255 or 44.76% from 563); Blue value is 146 (57.42% from 255 or 25.93% from 563); Max value from RGB is 252 - color contains mainly: green. Hex color #A5FC92 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5FC92 is #5A036D. Grayscale: #D6D6D6. Windows color (decimal): -5899118 or 9632933. OLE color: 9632933.

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

Color convert

RGB 165 252 146 -
CMYK 0.35 0 0.42 0.01
HSL 109.25º 0.95% 0.78% -
HSV(B) 109.25º 0.42% 0.99% -
XYZ 55.52 79.7 39.65 -
YUV 213.9 89.68 93.12 -
System Red Green Blue C M Y K H S L
Decimal 165 252 146 0.35 0 0.42 0.01 109.25 0.95 0.78
Hex A5 FC 92 23 0 2A 1 6D 5F 4E
Octal 245 374 222 43 0 52 1 155 137 116
Binary 10100101 11111100 10010010 100011 0 101010 1 1101101 1011111 1001110

Color Harmonies of #A5FC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FC92

Black with #A5FC92

Text Example


Text Example

White with #A5FC92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FC92; }

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

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

background-color css

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

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

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

border-color css

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

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

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