Html Css Color HEX #AFD28F Feijoa

📋 copy color: '#AFD28F'

red 175 ◦ green 210 ◦ blue 143

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

Shades of Feijoa #AFD28F

Tints of Feijoa #AFD28F

RGB

 RED value IS 175 (68.75% from 255) = 33.14%

 GREEN value IS 210 (82.42% from 255) = 39.77%

 BLUE value IS 143 (56.25% from 255) = 27.08%

R = 33.14%
G = 39.77%
B = 27.08%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#AFD28F (or 0xAFD28F) is known color: Feijoa. HEX triplet: AF, D2 and 8F. RGB value is (175,210,143). Sum of RGB (Red+Green+Blue) = 175+210+143=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 210 (82.42% from 255 or 39.77% from 528); Blue value is 143 (56.25% from 255 or 27.08% from 528); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD28F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD28F is #502D70. Grayscale: #C0C0C0. Windows color (decimal): -5254513 or 9425583. OLE color: 9425583.

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

Color convert

RGB 175 210 143 -
CMYK 0.17 0 0.32 0.18
HSL 91.34º 0.43% 0.69% -
HSV(B) 91.34º 0.32% 0.82% -
XYZ 45.68 57.19 34.62 -
YUV 191.9 100.4 115.95 -
System Red Green Blue C M Y K H S L
Decimal 175 210 143 0.17 0 0.32 0.18 91.34 0.43 0.69
Hex AF D2 8F 11 0 20 12 5B 2B 45
Octal 257 322 217 21 0 40 22 133 53 105
Binary 10101111 11010010 10001111 10001 0 100000 10010 1011011 101011 1000101

Color Harmonies of #AFD28F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD28F

Black with #AFD28F

Text Example


Text Example

White with #AFD28F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD28F; }

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

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

background-color css

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

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

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

border-color css

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

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

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