Html Css Color HEX #AFDF8D Feijoa

📋 copy color: '#AFDF8D'

red 175 ◦ green 223 ◦ blue 141

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

Shades of Feijoa #AFDF8D

Tints of Feijoa #AFDF8D

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.37%

 BLUE value IS 141 (55.47% from 255) = 26.16%

R = 32.47%
G = 41.37%
B = 26.16%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#AFDF8D (or 0xAFDF8D) is known color: Feijoa. HEX triplet: AF, DF and 8D. RGB value is (175,223,141). Sum of RGB (Red+Green+Blue) = 175+223+141=539 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.47% from 539); Green value is 223 (87.5% from 255 or 41.37% from 539); Blue value is 141 (55.47% from 255 or 26.16% from 539); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDF8D is #502072. Grayscale: #C7C7C7. Windows color (decimal): -5251187 or 9297839. OLE color: 9297839.

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

Color convert

RGB 175 223 141 -
CMYK 0.22 0 0.37 0.13
HSL 95.12º 0.56% 0.71% -
HSV(B) 95.12º 0.37% 0.87% -
XYZ 48.87 63.81 34.94 -
YUV 199.3 95.1 110.67 -
System Red Green Blue C M Y K H S L
Decimal 175 223 141 0.22 0 0.37 0.13 95.12 0.56 0.71
Hex AF DF 8D 16 0 25 D 5F 38 47
Octal 257 337 215 26 0 45 15 137 70 107
Binary 10101111 11011111 10001101 10110 0 100101 1101 1011111 111000 1000111

Color Harmonies of #AFDF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDF8D

Black with #AFDF8D

Text Example


Text Example

White with #AFDF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDF8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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