Html Css Color HEX #AFDA8C Feijoa

📋 copy color: '#AFDA8C'

red 175 ◦ green 218 ◦ blue 140

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

Shades of Feijoa #AFDA8C

Tints of Feijoa #AFDA8C

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.9%

 BLUE value IS 140 (55.08% from 255) = 26.27%

R = 32.83%
G = 40.9%
B = 26.27%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#AFDA8C (or 0xAFDA8C) is known color: Feijoa. HEX triplet: AF, DA and 8C. RGB value is (175,218,140). Sum of RGB (Red+Green+Blue) = 175+218+140=533 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.83% from 533); Green value is 218 (85.55% from 255 or 40.90% from 533); Blue value is 140 (55.08% from 255 or 26.27% from 533); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDA8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDA8C is #502573. Grayscale: #C4C4C4. Windows color (decimal): -5252468 or 9231023. OLE color: 9231023.

HSL color Cylindrical-coordinate representation of color #AFDA8C: hue angle of 93.08º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AFDA8C is Cyan = 0.20, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 218 140 -
CMYK 0.20 0 0.36 0.15
HSL 93.08º 0.51% 0.7% -
HSV(B) 93.08º 0.36% 0.85% -
XYZ 47.48 61.15 34.11 -
YUV 196.25 96.25 112.84 -
System Red Green Blue C M Y K H S L
Decimal 175 218 140 0.20 0 0.36 0.15 93.08 0.51 0.7
Hex AF DA 8C 14 0 24 F 5D 33 46
Octal 257 332 214 24 0 44 17 135 63 106
Binary 10101111 11011010 10001100 10100 0 100100 1111 1011101 110011 1000110

Color Harmonies of #AFDA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDA8C

Black with #AFDA8C

Text Example


Text Example

White with #AFDA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDA8C; }

 p { color: rgb(175,218,140); }

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

background-color css

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

 a { background-color: rgb(175,218,140); }

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

border-color css

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

 span { border-color: rgb(175,218,140); }

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