Html Css Color HEX #A5E16B Feijoa

📋 copy color: '#A5E16B'

red 165 ◦ green 225 ◦ blue 107

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

Shades of Feijoa #A5E16B

Tints of Feijoa #A5E16B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.53%

R = 33.2%
G = 45.27%
B = 21.53%

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

#A5E16B (or 0xA5E16B) is known color: Feijoa. HEX triplet: A5, E1 and 6B. RGB value is (165,225,107). Sum of RGB (Red+Green+Blue) = 165+225+107=497 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.20% from 497); Green value is 225 (88.28% from 255 or 45.27% from 497); Blue value is 107 (42.19% from 255 or 21.53% from 497); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E16B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E16B is #5A1E94. Grayscale: #C2C2C2. Windows color (decimal): -5906069 or 7070117. OLE color: 7070117.

HSL color Cylindrical-coordinate representation of color #A5E16B: hue angle of 90.51º 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 #A5E16B is Cyan = 0.27, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB 165 225 107 -
CMYK 0.27 0 0.52 0.12
HSL 90.51º 0.66% 0.65% -
HSV(B) 90.51º 0.52% 0.88% -
XYZ 45.1 62.91 23.68 -
YUV 193.61 79.12 107.59 -
System Red Green Blue C M Y K H S L
Decimal 165 225 107 0.27 0 0.52 0.12 90.51 0.66 0.65
Hex A5 E1 6B 1B 0 34 C 5B 42 41
Octal 245 341 153 33 0 64 14 133 102 101
Binary 10100101 11100001 1101011 11011 0 110100 1100 1011011 1000010 1000001

Color Harmonies of #A5E16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E16B

Black with #A5E16B

Text Example


Text Example

White with #A5E16B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E16B; }

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

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

background-color css

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

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

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

border-color css

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

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

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