#AFDD7F

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

Shades of Feijoa #AFDD7F

Tints of Feijoa #AFDD7F

Color information

#AFDD7F (or 0xAFDD7F) is unknown color: approx Feijoa. HEX triplet: AF, DD and 7F. RGB value is (175,221,127). Sum of RGB (Red+Green+Blue) = 175+221+127=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 221 (86.72% from 255 or 42.26% from 523); Blue value is 127 (50% from 255 or 24.28% from 523); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDD7F is #502280. Grayscale: #C4C4C4. Windows color (decimal): -5251713 or 8379823. OLE color: 8379823.

HSL color Cylindrical-coordinate representation of color #AFDD7F: hue angle of 89.36º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AFDD7F is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB175221127-
CMYK0.2100.430.13
HSL89.36º58.02%68.24%-
HSV(B)89.36º42.53%86.67%-
XYZ47.3762.3629.62-
YUV196.5388.76112.64-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.46%
GREEN value IS 221 (86.72% from 255) = 42.26%
BLUE value IS 127 (50% from 255) = 24.28%
R=33.46%
G=42.26%
B=24.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752211270.2100.430.1389.3658.0268.24
HexAFDD7F1502BD593a44
Octal257335177250531513172104
Binary10101111110111011111111101010101011110110110011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDD7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDD7F; }

 p { color: rgb(175,221,127); }

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

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

 a { background-color: rgb(175,221,127); }

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

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

 span { border-color: rgb(175,221,127); }

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