Html Css Color HEX #AFE289 Feijoa

📋 copy color: '#AFE289'

red 175 ◦ green 226 ◦ blue 137

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

Shades of Feijoa #AFE289

Tints of Feijoa #AFE289

RGB

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

 GREEN value IS 226 (88.67% from 255) = 42.01%

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

R = 32.53%
G = 42.01%
B = 25.46%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.39

 K value IS 0.11

RGB Variations

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

Color information

#AFE289 (or 0xAFE289) is known color: Feijoa. HEX triplet: AF, E2 and 89. RGB value is (175,226,137). Sum of RGB (Red+Green+Blue) = 175+226+137=538 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.53% from 538); Green value is 226 (88.67% from 255 or 42.01% from 538); Blue value is 137 (53.91% from 255 or 25.46% from 538); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE289 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE289 is #501D76. Grayscale: #C8C8C8. Windows color (decimal): -5250423 or 9036463. OLE color: 9036463.

HSL color Cylindrical-coordinate representation of color #AFE289: hue angle of 94.38º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AFE289 is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 226 137 -
CMYK 0.23 0 0.39 0.11
HSL 94.38º 0.61% 0.71% -
HSV(B) 94.38º 0.39% 0.89% -
XYZ 49.39 65.31 33.67 -
YUV 200.61 92.1 109.74 -
System Red Green Blue C M Y K H S L
Decimal 175 226 137 0.23 0 0.39 0.11 94.38 0.61 0.71
Hex AF E2 89 17 0 27 B 5E 3D 47
Octal 257 342 211 27 0 47 13 136 75 107
Binary 10101111 11100010 10001001 10111 0 100111 1011 1011110 111101 1000111

Color Harmonies of #AFE289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE289

Black with #AFE289

Text Example


Text Example

White with #AFE289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE289; }

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

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

background-color css

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

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

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

border-color css

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

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

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