Html Css Color HEX #AFDD8F Feijoa

📋 copy color: '#AFDD8F'

red 175 ◦ green 221 ◦ blue 143

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

Shades of Feijoa #AFDD8F

Tints of Feijoa #AFDD8F

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41%

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

R = 32.47%
G = 41%
B = 26.53%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#AFDD8F (or 0xAFDD8F) is known color: Feijoa. HEX triplet: AF, DD and 8F. RGB value is (175,221,143). Sum of RGB (Red+Green+Blue) = 175+221+143=539 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.47% from 539); Green value is 221 (86.72% from 255 or 41.00% from 539); Blue value is 143 (56.25% from 255 or 26.53% from 539); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDD8F is #502270. Grayscale: #C6C6C6. Windows color (decimal): -5251697 or 9428399. OLE color: 9428399.

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

Color convert

RGB 175 221 143 -
CMYK 0.21 0 0.35 0.13
HSL 95.38º 0.53% 0.71% -
HSV(B) 95.38º 0.35% 0.87% -
XYZ 48.49 62.81 35.55 -
YUV 198.35 96.76 111.34 -
System Red Green Blue C M Y K H S L
Decimal 175 221 143 0.21 0 0.35 0.13 95.38 0.53 0.71
Hex AF DD 8F 15 0 23 D 5F 35 47
Octal 257 335 217 25 0 43 15 137 65 107
Binary 10101111 11011101 10001111 10101 0 100011 1101 1011111 110101 1000111

Color Harmonies of #AFDD8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDD8F

Black with #AFDD8F

Text Example


Text Example

White with #AFDD8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDD8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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