Html Css Color HEX #AFDD89 Feijoa

📋 copy color: '#AFDD89'

red 175 ◦ green 221 ◦ blue 137

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

Shades of Feijoa #AFDD89

Tints of Feijoa #AFDD89

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.46%

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

R = 32.83%
G = 41.46%
B = 25.7%

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

#AFDD89 (or 0xAFDD89) is known color: Feijoa. HEX triplet: AF, DD and 89. RGB value is (175,221,137). Sum of RGB (Red+Green+Blue) = 175+221+137=533 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.83% from 533); Green value is 221 (86.72% from 255 or 41.46% from 533); Blue value is 137 (53.91% from 255 or 25.70% from 533); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDD89 is #502276. Grayscale: #C5C5C5. Windows color (decimal): -5251703 or 9035183. OLE color: 9035183.

HSL color Cylindrical-coordinate representation of color #AFDD89: hue angle of 92.86º degrees, saturation: 0.55, 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 #AFDD89 is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 221 137 -
CMYK 0.21 0 0.38 0.13
HSL 92.86º 0.55% 0.7% -
HSV(B) 92.86º 0.38% 0.87% -
XYZ 48.05 62.63 33.22 -
YUV 197.67 93.76 111.83 -
System Red Green Blue C M Y K H S L
Decimal 175 221 137 0.21 0 0.38 0.13 92.86 0.55 0.7
Hex AF DD 89 15 0 26 D 5D 37 46
Octal 257 335 211 25 0 46 15 135 67 106
Binary 10101111 11011101 10001001 10101 0 100110 1101 1011101 110111 1000110

Color Harmonies of #AFDD89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDD89

Black with #AFDD89

Text Example


Text Example

White with #AFDD89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDD89; }

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

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

background-color css

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

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

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

border-color css

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

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

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