Html Css Color HEX #AFDC95 Feijoa

📋 copy color: '#AFDC95'

red 175 ◦ green 220 ◦ blue 149

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

Shades of Feijoa #AFDC95

Tints of Feijoa #AFDC95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 27.39%

R = 32.17%
G = 40.44%
B = 27.39%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#AFDC95 (or 0xAFDC95) is known color: Feijoa. HEX triplet: AF, DC and 95. RGB value is (175,220,149). Sum of RGB (Red+Green+Blue) = 175+220+149=544 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.17% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 149 (58.59% from 255 or 27.39% from 544); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDC95 is #50236A. Grayscale: #C6C6C6. Windows color (decimal): -5251947 or 9821359. OLE color: 9821359.

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

Color convert

RGB 175 220 149 -
CMYK 0.20 0 0.32 0.14
HSL 98.03º 0.5% 0.72% -
HSV(B) 98.03º 0.32% 0.86% -
XYZ 48.7 62.47 37.93 -
YUV 198.45 100.09 111.27 -
System Red Green Blue C M Y K H S L
Decimal 175 220 149 0.20 0 0.32 0.14 98.03 0.5 0.72
Hex AF DC 95 14 0 20 E 62 32 48
Octal 257 334 225 24 0 40 16 142 62 110
Binary 10101111 11011100 10010101 10100 0 100000 1110 1100010 110010 1001000

Color Harmonies of #AFDC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDC95

Black with #AFDC95

Text Example


Text Example

White with #AFDC95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDC95; }

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

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

background-color css

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

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

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

border-color css

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

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

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