Html Css Color HEX #AFCD8B Feijoa

📋 copy color: '#AFCD8B'

red 175 ◦ green 205 ◦ blue 139

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

Shades of Feijoa #AFCD8B

Tints of Feijoa #AFCD8B

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.5%

 BLUE value IS 139 (54.69% from 255) = 26.78%

R = 33.72%
G = 39.5%
B = 26.78%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#AFCD8B (or 0xAFCD8B) is known color: Feijoa. HEX triplet: AF, CD and 8B. RGB value is (175,205,139). Sum of RGB (Red+Green+Blue) = 175+205+139=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 139 (54.69% from 255 or 26.78% from 519); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCD8B is #503274. Grayscale: #BCBCBC. Windows color (decimal): -5255797 or 9162159. OLE color: 9162159.

HSL color Cylindrical-coordinate representation of color #AFCD8B: hue angle of 87.27º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFCD8B is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 205 139 -
CMYK 0.15 0 0.32 0.20
HSL 87.27º 0.4% 0.67% -
HSV(B) 87.27º 0.32% 0.8% -
XYZ 44.17 54.64 32.64 -
YUV 188.51 100.06 118.37 -
System Red Green Blue C M Y K H S L
Decimal 175 205 139 0.15 0 0.32 0.20 87.27 0.4 0.67
Hex AF CD 8B F 0 20 14 57 28 43
Octal 257 315 213 17 0 40 24 127 50 103
Binary 10101111 11001101 10001011 1111 0 100000 10100 1010111 101000 1000011

Color Harmonies of #AFCD8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCD8B

Black with #AFCD8B

Text Example


Text Example

White with #AFCD8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCD8B; }

 p { color: rgb(175,205,139); }

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

background-color css

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

 a { background-color: rgb(175,205,139); }

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

border-color css

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

 span { border-color: rgb(175,205,139); }

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