Html Css Color HEX #AFDC8F Feijoa

📋 copy color: '#AFDC8F'

red 175 ◦ green 220 ◦ blue 143

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

Shades of Feijoa #AFDC8F

Tints of Feijoa #AFDC8F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.89%

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

R = 32.53%
G = 40.89%
B = 26.58%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#AFDC8F (or 0xAFDC8F) is known color: Feijoa. HEX triplet: AF, DC and 8F. RGB value is (175,220,143). Sum of RGB (Red+Green+Blue) = 175+220+143=538 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.53% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 143 (56.25% from 255 or 26.58% from 538); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDC8F is #502370. Grayscale: #C6C6C6. Windows color (decimal): -5251953 or 9428143. OLE color: 9428143.

HSL color Cylindrical-coordinate representation of color #AFDC8F: hue angle of 95.06º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AFDC8F is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 220 143 -
CMYK 0.20 0 0.35 0.14
HSL 95.06º 0.52% 0.71% -
HSV(B) 95.06º 0.35% 0.86% -
XYZ 48.23 62.28 35.47 -
YUV 197.77 97.09 111.76 -
System Red Green Blue C M Y K H S L
Decimal 175 220 143 0.20 0 0.35 0.14 95.06 0.52 0.71
Hex AF DC 8F 14 0 23 E 5F 34 47
Octal 257 334 217 24 0 43 16 137 64 107
Binary 10101111 11011100 10001111 10100 0 100011 1110 1011111 110100 1000111

Color Harmonies of #AFDC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDC8F

Black with #AFDC8F

Text Example


Text Example

White with #AFDC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDC8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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