Html Css Color HEX #AFE887 Feijoa

📋 copy color: '#AFE887'

red 175 ◦ green 232 ◦ blue 135

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

Shades of Feijoa #AFE887

Tints of Feijoa #AFE887

RGB

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

 GREEN value IS 232 (91.02% from 255) = 42.8%

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

R = 32.29%
G = 42.8%
B = 24.91%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.42

 K value IS 0.09

RGB Variations

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

Color information

#AFE887 (or 0xAFE887) is known color: Feijoa. HEX triplet: AF, E8 and 87. RGB value is (175,232,135). Sum of RGB (Red+Green+Blue) = 175+232+135=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 232 (91.02% from 255 or 42.80% from 542); Blue value is 135 (53.12% from 255 or 24.91% from 542); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE887 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE887 is #501778. Grayscale: #CCCCCC. Windows color (decimal): -5248889 or 8906927. OLE color: 8906927.

HSL color Cylindrical-coordinate representation of color #AFE887: hue angle of 95.26º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AFE887 is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 232 135 -
CMYK 0.25 0 0.42 0.09
HSL 95.26º 0.68% 0.72% -
HSV(B) 95.26º 0.42% 0.91% -
XYZ 50.91 68.58 33.48 -
YUV 203.9 89.12 107.39 -
System Red Green Blue C M Y K H S L
Decimal 175 232 135 0.25 0 0.42 0.09 95.26 0.68 0.72
Hex AF E8 87 19 0 2A 9 5F 44 48
Octal 257 350 207 31 0 52 11 137 104 110
Binary 10101111 11101000 10000111 11001 0 101010 1001 1011111 1000100 1001000

Color Harmonies of #AFE887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE887

Black with #AFE887

Text Example


Text Example

White with #AFE887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE887; }

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

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

background-color css

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

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

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

border-color css

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

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

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