Html Css Color HEX #AFD18C Feijoa

📋 copy color: '#AFD18C'

red 175 ◦ green 209 ◦ blue 140

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

Shades of Feijoa #AFD18C

Tints of Feijoa #AFD18C

RGB

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

 GREEN value IS 209 (82.03% from 255) = 39.89%

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

R = 33.4%
G = 39.89%
B = 26.72%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#AFD18C (or 0xAFD18C) is known color: Feijoa. HEX triplet: AF, D1 and 8C. RGB value is (175,209,140). Sum of RGB (Red+Green+Blue) = 175+209+140=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 209 (82.03% from 255 or 39.89% from 524); Blue value is 140 (55.08% from 255 or 26.72% from 524); Max value from RGB is 209 - color contains mainly: green. Hex color #AFD18C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD18C is #502E73. Grayscale: #BFBFBF. Windows color (decimal): -5254772 or 9228719. OLE color: 9228719.

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

Color convert

RGB 175 209 140 -
CMYK 0.16 0 0.33 0.18
HSL 89.57º 0.43% 0.68% -
HSV(B) 89.57º 0.33% 0.82% -
XYZ 45.21 56.61 33.35 -
YUV 190.97 99.24 116.61 -
System Red Green Blue C M Y K H S L
Decimal 175 209 140 0.16 0 0.33 0.18 89.57 0.43 0.68
Hex AF D1 8C 10 0 21 12 5A 2B 44
Octal 257 321 214 20 0 41 22 132 53 104
Binary 10101111 11010001 10001100 10000 0 100001 10010 1011010 101011 1000100

Color Harmonies of #AFD18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD18C

Black with #AFD18C

Text Example


Text Example

White with #AFD18C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD18C; }

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

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

background-color css

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

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

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

border-color css

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

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

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