#AFDF90

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

Shades of Feijoa #AFDF90

Tints of Feijoa #AFDF90

Color information

#AFDF90 (or 0xAFDF90) is unknown color: approx Feijoa. HEX triplet: AF, DF and 90. RGB value is (175,223,144). Sum of RGB (Red+Green+Blue) = 175+223+144=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 223 (87.5% from 255 or 41.14% from 542); Blue value is 144 (56.64% from 255 or 26.57% from 542); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDF90 is #50206F. Grayscale: #C7C7C7. Windows color (decimal): -5251184 or 9494447. OLE color: 9494447.

HSL color Cylindrical-coordinate representation of color #AFDF90: hue angle of 96.46º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AFDF90 is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB175223144-
CMYK0.2200.350.13
HSL96.46º55.24%71.96%-
HSV(B)96.46º35.43%87.45%-
XYZ49.163.936.13-
YUV199.6496.6110.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.29%
GREEN value IS 223 (87.5% from 255) = 41.14%
BLUE value IS 144 (56.64% from 255) = 26.57%
R=32.29%
G=41.14%
B=26.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752231440.2200.350.1396.4655.2471.96
HexAFDF9016023D603748
Octal257337220260431514067110
Binary101011111101111110010000101100100011110111000001101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDF90; }

 p { color: rgb(175,223,144); }

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

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

 a { background-color: rgb(175,223,144); }

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

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

 span { border-color: rgb(175,223,144); }

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