Html Css Color HEX #AFDC88 Feijoa

📋 copy color: '#AFDC88'

red 175 ◦ green 220 ◦ blue 136

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

Shades of Feijoa #AFDC88

Tints of Feijoa #AFDC88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 25.61%

R = 32.96%
G = 41.43%
B = 25.61%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#AFDC88 (or 0xAFDC88) is known color: Feijoa. HEX triplet: AF, DC and 88. RGB value is (175,220,136). Sum of RGB (Red+Green+Blue) = 175+220+136=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 220 (86.33% from 255 or 41.43% from 531); Blue value is 136 (53.52% from 255 or 25.61% from 531); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDC88 is #502377. Grayscale: #C5C5C5. Windows color (decimal): -5251960 or 8969391. OLE color: 8969391.

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

Color convert

RGB 175 220 136 -
CMYK 0.20 0 0.38 0.14
HSL 92.14º 0.55% 0.7% -
HSV(B) 92.14º 0.38% 0.86% -
XYZ 47.72 62.08 32.76 -
YUV 196.97 93.59 112.33 -
System Red Green Blue C M Y K H S L
Decimal 175 220 136 0.20 0 0.38 0.14 92.14 0.55 0.7
Hex AF DC 88 14 0 26 E 5C 37 46
Octal 257 334 210 24 0 46 16 134 67 106
Binary 10101111 11011100 10001000 10100 0 100110 1110 1011100 110111 1000110

Color Harmonies of #AFDC88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDC88

Black with #AFDC88

Text Example


Text Example

White with #AFDC88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDC88; }

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

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

background-color css

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

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

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

border-color css

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

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

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