Html Css Color HEX #AFD589 Feijoa

📋 copy color: '#AFD589'

red 175 ◦ green 213 ◦ blue 137

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

Shades of Feijoa #AFD589

Tints of Feijoa #AFD589

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.57%

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

R = 33.33%
G = 40.57%
B = 26.1%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#AFD589 (or 0xAFD589) is known color: Feijoa. HEX triplet: AF, D5 and 89. RGB value is (175,213,137). Sum of RGB (Red+Green+Blue) = 175+213+137=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 213 (83.59% from 255 or 40.57% from 525); Blue value is 137 (53.91% from 255 or 26.10% from 525); Max value from RGB is 213 - color contains mainly: green. Hex color #AFD589 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD589 is #502A76. Grayscale: #C1C1C1. Windows color (decimal): -5253751 or 9033135. OLE color: 9033135.

HSL color Cylindrical-coordinate representation of color #AFD589: hue angle of 90º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AFD589 is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 213 137 -
CMYK 0.18 0 0.36 0.16
HSL 90º 0.48% 0.69% -
HSV(B) 90º 0.36% 0.84% -
XYZ 45.99 58.51 32.54 -
YUV 192.97 96.41 115.18 -
System Red Green Blue C M Y K H S L
Decimal 175 213 137 0.18 0 0.36 0.16 90 0.48 0.69
Hex AF D5 89 12 0 24 10 5A 30 45
Octal 257 325 211 22 0 44 20 132 60 105
Binary 10101111 11010101 10001001 10010 0 100100 10000 1011010 110000 1000101

Color Harmonies of #AFD589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD589

Black with #AFD589

Text Example


Text Example

White with #AFD589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD589; }

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

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

background-color css

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

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

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

border-color css

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

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

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