Html Css Color HEX #A5E16E Feijoa

📋 copy color: '#A5E16E'

red 165 ◦ green 225 ◦ blue 110

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

Shades of Feijoa #A5E16E

Tints of Feijoa #A5E16E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22%

R = 33%
G = 45%
B = 22%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#A5E16E (or 0xA5E16E) is known color: Feijoa. HEX triplet: A5, E1 and 6E. RGB value is (165,225,110). Sum of RGB (Red+Green+Blue) = 165+225+110=500 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33% from 500); Green value is 225 (88.28% from 255 or 45% from 500); Blue value is 110 (43.36% from 255 or 22% from 500); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E16E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E16E is #5A1E91. Grayscale: #C2C2C2. Windows color (decimal): -5906066 or 7266725. OLE color: 7266725.

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

Color convert

RGB 165 225 110 -
CMYK 0.27 0 0.51 0.12
HSL 91.3º 0.66% 0.66% -
HSV(B) 91.3º 0.51% 0.88% -
XYZ 45.26 62.98 24.52 -
YUV 193.95 80.62 107.35 -
System Red Green Blue C M Y K H S L
Decimal 165 225 110 0.27 0 0.51 0.12 91.3 0.66 0.66
Hex A5 E1 6E 1B 0 33 C 5B 42 42
Octal 245 341 156 33 0 63 14 133 102 102
Binary 10100101 11100001 1101110 11011 0 110011 1100 1011011 1000010 1000010

Color Harmonies of #A5E16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E16E

Black with #A5E16E

Text Example


Text Example

White with #A5E16E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E16E; }

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

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

background-color css

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

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

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

border-color css

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

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

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