Html Css Color HEX #AFDE89 Feijoa

📋 copy color: '#AFDE89'

red 175 ◦ green 222 ◦ blue 137

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

Shades of Feijoa #AFDE89

Tints of Feijoa #AFDE89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 25.66%

R = 32.77%
G = 41.57%
B = 25.66%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#AFDE89 (or 0xAFDE89) is known color: Feijoa. HEX triplet: AF, DE and 89. RGB value is (175,222,137). Sum of RGB (Red+Green+Blue) = 175+222+137=534 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.77% from 534); Green value is 222 (87.11% from 255 or 41.57% from 534); Blue value is 137 (53.91% from 255 or 25.66% from 534); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDE89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDE89 is #502176. Grayscale: #C6C6C6. Windows color (decimal): -5251447 or 9035439. OLE color: 9035439.

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

Color convert

RGB 175 222 137 -
CMYK 0.21 0 0.38 0.13
HSL 93.18º 0.56% 0.7% -
HSV(B) 93.18º 0.38% 0.87% -
XYZ 48.32 63.16 33.31 -
YUV 198.26 93.43 111.41 -
System Red Green Blue C M Y K H S L
Decimal 175 222 137 0.21 0 0.38 0.13 93.18 0.56 0.7
Hex AF DE 89 15 0 26 D 5D 38 46
Octal 257 336 211 25 0 46 15 135 70 106
Binary 10101111 11011110 10001001 10101 0 100110 1101 1011101 111000 1000110

Color Harmonies of #AFDE89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDE89

Black with #AFDE89

Text Example


Text Example

White with #AFDE89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDE89; }

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

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

background-color css

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

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

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

border-color css

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

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

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