Html Css Color HEX #A5E17C Feijoa

📋 copy color: '#A5E17C'

red 165 ◦ green 225 ◦ blue 124

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

Shades of Feijoa #A5E17C

Tints of Feijoa #A5E17C

RGB

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

 GREEN value IS 225 (88.28% from 255) = 43.77%

 BLUE value IS 124 (48.83% from 255) = 24.12%

R = 32.1%
G = 43.77%
B = 24.12%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#A5E17C (or 0xA5E17C) is known color: Feijoa. HEX triplet: A5, E1 and 7C. RGB value is (165,225,124). Sum of RGB (Red+Green+Blue) = 165+225+124=514 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.10% from 514); Green value is 225 (88.28% from 255 or 43.77% from 514); Blue value is 124 (48.83% from 255 or 24.12% from 514); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E17C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E17C is #5A1E83. Grayscale: #C3C3C3. Windows color (decimal): -5906052 or 8184229. OLE color: 8184229.

HSL color Cylindrical-coordinate representation of color #A5E17C: hue angle of 95.64º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A5E17C is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB 165 225 124 -
CMYK 0.27 0 0.45 0.12
HSL 95.64º 0.63% 0.68% -
HSV(B) 95.64º 0.45% 0.88% -
XYZ 46.08 63.3 28.86 -
YUV 195.55 87.62 106.21 -
System Red Green Blue C M Y K H S L
Decimal 165 225 124 0.27 0 0.45 0.12 95.64 0.63 0.68
Hex A5 E1 7C 1B 0 2D C 60 3F 44
Octal 245 341 174 33 0 55 14 140 77 104
Binary 10100101 11100001 1111100 11011 0 101101 1100 1100000 111111 1000100

Color Harmonies of #A5E17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E17C

Black with #A5E17C

Text Example


Text Example

White with #A5E17C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E17C; }

 p { color: rgb(165,225,124); }

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

background-color css

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

 a { background-color: rgb(165,225,124); }

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

border-color css

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

 span { border-color: rgb(165,225,124); }

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