Html Css Color HEX #AFDC91 Feijoa

📋 copy color: '#AFDC91'

red 175 ◦ green 220 ◦ blue 145

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

Shades of Feijoa #AFDC91

Tints of Feijoa #AFDC91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 26.85%

R = 32.41%
G = 40.74%
B = 26.85%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#AFDC91 (or 0xAFDC91) is known color: Feijoa. HEX triplet: AF, DC and 91. RGB value is (175,220,145). Sum of RGB (Red+Green+Blue) = 175+220+145=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 145 (57.03% from 255 or 26.85% from 540); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDC91 is #50236E. Grayscale: #C6C6C6. Windows color (decimal): -5251951 or 9559215. OLE color: 9559215.

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

Color convert

RGB 175 220 145 -
CMYK 0.20 0 0.34 0.14
HSL 96º 0.52% 0.72% -
HSV(B) 96º 0.34% 0.86% -
XYZ 48.38 62.34 36.27 -
YUV 198 98.09 111.6 -
System Red Green Blue C M Y K H S L
Decimal 175 220 145 0.20 0 0.34 0.14 96 0.52 0.72
Hex AF DC 91 14 0 22 E 60 34 48
Octal 257 334 221 24 0 42 16 140 64 110
Binary 10101111 11011100 10010001 10100 0 100010 1110 1100000 110100 1001000

Color Harmonies of #AFDC91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDC91

Black with #AFDC91

Text Example


Text Example

White with #AFDC91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDC91; }

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

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

background-color css

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

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

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

border-color css

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

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

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