#AFD283

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

Shades of Feijoa #AFD283

Tints of Feijoa #AFD283

Color information

#AFD283 (or 0xAFD283) is unknown color: approx Feijoa. HEX triplet: AF, D2 and 83. RGB value is (175,210,131). Sum of RGB (Red+Green+Blue) = 175+210+131=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 210 (82.42% from 255 or 40.70% from 516); Blue value is 131 (51.56% from 255 or 25.39% from 516); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD283 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD283 is #502D7C. Grayscale: #BEBEBE. Windows color (decimal): -5254525 or 8639151. OLE color: 8639151.

HSL color Cylindrical-coordinate representation of color #AFD283: hue angle of 86.58º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AFD283 is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB175210131-
CMYK0.1700.380.18
HSL86.58º46.75%66.86%-
HSV(B)86.58º37.62%82.35%-
XYZ44.8256.8530.08-
YUV190.5394.4116.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.91%
GREEN value IS 210 (82.42% from 255) = 40.70%
BLUE value IS 131 (51.56% from 255) = 25.39%
R=33.91%
G=40.70%
B=25.39%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1752101310.1700.380.1886.5846.7566.86
HexAFD2831102612572f43
Octal257322203210462212757103
Binary1010111111010010100000111000101001101001010101111011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD283; }

 p { color: rgb(175,210,131); }

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

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

 a { background-color: rgb(175,210,131); }

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

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

 span { border-color: rgb(175,210,131); }

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