Html Css Color HEX #AFE87F Feijoa

📋 copy color: '#AFE87F'

red 175 ◦ green 232 ◦ blue 127

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

Shades of Feijoa #AFE87F

Tints of Feijoa #AFE87F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 23.78%

R = 32.77%
G = 43.45%
B = 23.78%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#AFE87F (or 0xAFE87F) is known color: Feijoa. HEX triplet: AF, E8 and 7F. RGB value is (175,232,127). Sum of RGB (Red+Green+Blue) = 175+232+127=534 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.77% from 534); Green value is 232 (91.02% from 255 or 43.45% from 534); Blue value is 127 (50% from 255 or 23.78% from 534); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE87F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE87F is #501780. Grayscale: #CBCBCB. Windows color (decimal): -5248897 or 8382639. OLE color: 8382639.

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

Color convert

RGB 175 232 127 -
CMYK 0.25 0 0.45 0.09
HSL 92.57º 0.7% 0.7% -
HSV(B) 92.57º 0.45% 0.91% -
XYZ 50.37 68.36 30.62 -
YUV 202.99 85.12 108.04 -
System Red Green Blue C M Y K H S L
Decimal 175 232 127 0.25 0 0.45 0.09 92.57 0.7 0.7
Hex AF E8 7F 19 0 2D 9 5D 46 46
Octal 257 350 177 31 0 55 11 135 106 106
Binary 10101111 11101000 1111111 11001 0 101101 1001 1011101 1000110 1000110

Color Harmonies of #AFE87F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE87F

Black with #AFE87F

Text Example


Text Example

White with #AFE87F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE87F; }

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

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

background-color css

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

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

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

border-color css

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

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

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