Html Css Color HEX #AFD289 Feijoa

📋 copy color: '#AFD289'

red 175 ◦ green 210 ◦ blue 137

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

Shades of Feijoa #AFD289

Tints of Feijoa #AFD289

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.23%

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

R = 33.52%
G = 40.23%
B = 26.25%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#AFD289 (or 0xAFD289) is known color: Feijoa. HEX triplet: AF, D2 and 89. RGB value is (175,210,137). Sum of RGB (Red+Green+Blue) = 175+210+137=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 210 (82.42% from 255 or 40.23% from 522); Blue value is 137 (53.91% from 255 or 26.25% from 522); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD289 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD289 is #502D76. Grayscale: #BFBFBF. Windows color (decimal): -5254519 or 9032367. OLE color: 9032367.

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

Color convert

RGB 175 210 137 -
CMYK 0.17 0 0.35 0.18
HSL 88.77º 0.45% 0.68% -
HSV(B) 88.77º 0.35% 0.82% -
XYZ 45.24 57.01 32.29 -
YUV 191.21 97.4 116.44 -
System Red Green Blue C M Y K H S L
Decimal 175 210 137 0.17 0 0.35 0.18 88.77 0.45 0.68
Hex AF D2 89 11 0 23 12 59 2D 44
Octal 257 322 211 21 0 43 22 131 55 104
Binary 10101111 11010010 10001001 10001 0 100011 10010 1011001 101101 1000100

Color Harmonies of #AFD289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD289

Black with #AFD289

Text Example


Text Example

White with #AFD289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD289; }

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

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

background-color css

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

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

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

border-color css

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

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

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