Html Css Color HEX #AFD389 Feijoa

📋 copy color: '#AFD389'

red 175 ◦ green 211 ◦ blue 137

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

Shades of Feijoa #AFD389

Tints of Feijoa #AFD389

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.34%

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

R = 33.46%
G = 40.34%
B = 26.2%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#AFD389 (or 0xAFD389) is known color: Feijoa. HEX triplet: AF, D3 and 89. RGB value is (175,211,137). Sum of RGB (Red+Green+Blue) = 175+211+137=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 211 (82.81% from 255 or 40.34% from 523); Blue value is 137 (53.91% from 255 or 26.20% from 523); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD389 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD389 is #502C76. Grayscale: #C0C0C0. Windows color (decimal): -5254263 or 9032623. OLE color: 9032623.

HSL color Cylindrical-coordinate representation of color #AFD389: hue angle of 89.19º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AFD389 is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB 175 211 137 -
CMYK 0.17 0 0.35 0.17
HSL 89.19º 0.46% 0.68% -
HSV(B) 89.19º 0.35% 0.83% -
XYZ 45.49 57.51 32.37 -
YUV 191.8 97.07 116.02 -
System Red Green Blue C M Y K H S L
Decimal 175 211 137 0.17 0 0.35 0.17 89.19 0.46 0.68
Hex AF D3 89 11 0 23 11 59 2E 44
Octal 257 323 211 21 0 43 21 131 56 104
Binary 10101111 11010011 10001001 10001 0 100011 10001 1011001 101110 1000100

Color Harmonies of #AFD389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD389

Black with #AFD389

Text Example


Text Example

White with #AFD389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD389; }

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

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

background-color css

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

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

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

border-color css

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

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

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