Html Css Color HEX #AFE187 Feijoa

📋 copy color: '#AFE187'

red 175 ◦ green 225 ◦ blue 135

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

Shades of Feijoa #AFE187

Tints of Feijoa #AFE187

RGB

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

 GREEN value IS 225 (88.28% from 255) = 42.06%

 BLUE value IS 135 (53.13% from 255) = 25.23%

R = 32.71%
G = 42.06%
B = 25.23%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.4

 K value IS 0.12

RGB Variations

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

Color information

#AFE187 (or 0xAFE187) is known color: Feijoa. HEX triplet: AF, E1 and 87. RGB value is (175,225,135). Sum of RGB (Red+Green+Blue) = 175+225+135=535 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.71% from 535); Green value is 225 (88.28% from 255 or 42.06% from 535); Blue value is 135 (53.12% from 255 or 25.23% from 535); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE187 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE187 is #501E78. Grayscale: #C8C8C8. Windows color (decimal): -5250681 or 8905135. OLE color: 8905135.

HSL color Cylindrical-coordinate representation of color #AFE187: hue angle of 93.33º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AFE187 is Cyan = 0.22, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 225 135 -
CMYK 0.22 0 0.4 0.12
HSL 93.33º 0.6% 0.71% -
HSV(B) 93.33º 0.4% 0.88% -
XYZ 48.98 64.71 32.83 -
YUV 199.79 91.44 110.32 -
System Red Green Blue C M Y K H S L
Decimal 175 225 135 0.22 0 0.4 0.12 93.33 0.6 0.71
Hex AF E1 87 16 0 28 C 5D 3C 47
Octal 257 341 207 26 0 50 14 135 74 107
Binary 10101111 11100001 10000111 10110 0 101000 1100 1011101 111100 1000111

Color Harmonies of #AFE187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE187

Black with #AFE187

Text Example


Text Example

White with #AFE187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE187; }

 p { color: rgb(175,225,135); }

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

background-color css

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

 a { background-color: rgb(175,225,135); }

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

border-color css

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

 span { border-color: rgb(175,225,135); }

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