Html Css Color HEX #A5E16C Feijoa

📋 copy color: '#A5E16C'

red 165 ◦ green 225 ◦ blue 108

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

Shades of Feijoa #A5E16C

Tints of Feijoa #A5E16C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 21.69%

R = 33.13%
G = 45.18%
B = 21.69%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#A5E16C (or 0xA5E16C) is known color: Feijoa. HEX triplet: A5, E1 and 6C. RGB value is (165,225,108). Sum of RGB (Red+Green+Blue) = 165+225+108=498 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.13% from 498); Green value is 225 (88.28% from 255 or 45.18% from 498); Blue value is 108 (42.58% from 255 or 21.69% from 498); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E16C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E16C is #5A1E93. Grayscale: #C2C2C2. Windows color (decimal): -5906068 or 7135653. OLE color: 7135653.

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

Color convert

RGB 165 225 108 -
CMYK 0.27 0 0.52 0.12
HSL 90.77º 0.66% 0.65% -
HSV(B) 90.77º 0.52% 0.88% -
XYZ 45.15 62.93 23.95 -
YUV 193.72 79.62 107.51 -
System Red Green Blue C M Y K H S L
Decimal 165 225 108 0.27 0 0.52 0.12 90.77 0.66 0.65
Hex A5 E1 6C 1B 0 34 C 5B 42 41
Octal 245 341 154 33 0 64 14 133 102 101
Binary 10100101 11100001 1101100 11011 0 110100 1100 1011011 1000010 1000001

Color Harmonies of #A5E16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E16C

Black with #A5E16C

Text Example


Text Example

White with #A5E16C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E16C; }

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

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

background-color css

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

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

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

border-color css

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

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

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