#ABE774

Color #ABE774 Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #ABE774

Tints of Feijoa #ABE774

Color information

#ABE774 (or 0xABE774) is unknown color: approx Feijoa. HEX triplet: AB, E7 and 74. RGB value is (171,231,116). Sum of RGB (Red+Green+Blue) = 171+231+116=518 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.01% from 518); Green value is 231 (90.62% from 255 or 44.59% from 518); Blue value is 116 (45.70% from 255 or 22.39% from 518); Max value from RGB is 231 - color contains mainly: green. Hex color #ABE774 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABE774 is #54188B. Grayscale: #C8C8C8. Windows color (decimal): -5511308 or 7661483. OLE color: 7661483.

HSL color Cylindrical-coordinate representation of color #ABE774: hue angle of 91.3º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ABE774 is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB171231116-
CMYK0.2600.500.09
HSL91.3º70.55%68.04%-
HSV(B)91.3º49.78%90.59%-
XYZ48.5267.0726.91-
YUV199.9580.62107.35-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.01%
GREEN value IS 231 (90.62% from 255) = 44.59%
BLUE value IS 116 (45.70% from 255) = 22.39%
R=33.01%
G=44.59%
B=22.39%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1712311160.2600.500.0991.370.5568.04
HexABE7741A03295b4744
Octal2533471643206211133107104
Binary101010111110011111101001101001100101001101101110001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE774; }

 p { color: rgb(171,231,116); }

 H1.HeaderClassName
 {
   color: #ABE774;
 }
 .AnyTagClassName
 {
   color: #ABE774;
 }
</style>
background-color css

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

 a { background-color: rgb(171,231,116); }

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

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

 span { border-color: rgb(171,231,116); }

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