Html Css Color HEX #AFDE96 Feijoa

📋 copy color: '#AFDE96'

red 175 ◦ green 222 ◦ blue 150

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

Shades of Feijoa #AFDE96

Tints of Feijoa #AFDE96

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.59%

 BLUE value IS 150 (58.98% from 255) = 27.42%

R = 31.99%
G = 40.59%
B = 27.42%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#AFDE96 (or 0xAFDE96) is known color: Feijoa. HEX triplet: AF, DE and 96. RGB value is (175,222,150). Sum of RGB (Red+Green+Blue) = 175+222+150=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 222 (87.11% from 255 or 40.59% from 547); Blue value is 150 (58.98% from 255 or 27.42% from 547); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDE96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDE96 is #502169. Grayscale: #C7C7C7. Windows color (decimal): -5251434 or 9887407. OLE color: 9887407.

HSL color Cylindrical-coordinate representation of color #AFDE96: hue angle of 99.17º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFDE96 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 222 150 -
CMYK 0.21 0 0.32 0.13
HSL 99.17º 0.52% 0.73% -
HSV(B) 99.17º 0.32% 0.87% -
XYZ 49.31 63.56 38.52 -
YUV 199.74 99.93 110.35 -
System Red Green Blue C M Y K H S L
Decimal 175 222 150 0.21 0 0.32 0.13 99.17 0.52 0.73
Hex AF DE 96 15 0 20 D 63 34 49
Octal 257 336 226 25 0 40 15 143 64 111
Binary 10101111 11011110 10010110 10101 0 100000 1101 1100011 110100 1001001

Color Harmonies of #AFDE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDE96

Black with #AFDE96

Text Example


Text Example

White with #AFDE96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDE96; }

 p { color: rgb(175,222,150); }

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

background-color css

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

 a { background-color: rgb(175,222,150); }

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

border-color css

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

 span { border-color: rgb(175,222,150); }

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