Html Css Color HEX #AFD990 Feijoa

📋 copy color: '#AFD990'

red 175 ◦ green 217 ◦ blue 144

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

Shades of Feijoa #AFD990

Tints of Feijoa #AFD990

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.49%

 BLUE value IS 144 (56.64% from 255) = 26.87%

R = 32.65%
G = 40.49%
B = 26.87%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#AFD990 (or 0xAFD990) is known color: Feijoa. HEX triplet: AF, D9 and 90. RGB value is (175,217,144). Sum of RGB (Red+Green+Blue) = 175+217+144=536 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.65% from 536); Green value is 217 (85.16% from 255 or 40.49% from 536); Blue value is 144 (56.64% from 255 or 26.87% from 536); Max value from RGB is 217 - color contains mainly: green. Hex color #AFD990 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD990 is #50266F. Grayscale: #C4C4C4. Windows color (decimal): -5252720 or 9492911. OLE color: 9492911.

HSL color Cylindrical-coordinate representation of color #AFD990: hue angle of 94.52º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AFD990 is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 217 144 -
CMYK 0.19 0 0.34 0.15
HSL 94.52º 0.49% 0.71% -
HSV(B) 94.52º 0.34% 0.85% -
XYZ 47.53 60.75 35.61 -
YUV 196.12 98.59 112.94 -
System Red Green Blue C M Y K H S L
Decimal 175 217 144 0.19 0 0.34 0.15 94.52 0.49 0.71
Hex AF D9 90 13 0 22 F 5F 31 47
Octal 257 331 220 23 0 42 17 137 61 107
Binary 10101111 11011001 10010000 10011 0 100010 1111 1011111 110001 1000111

Color Harmonies of #AFD990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD990

Black with #AFD990

Text Example


Text Example

White with #AFD990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD990; }

 p { color: rgb(175,217,144); }

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

background-color css

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

 a { background-color: rgb(175,217,144); }

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

border-color css

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

 span { border-color: rgb(175,217,144); }

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