Html Css Color HEX #AFE88F Feijoa

📋 copy color: '#AFE88F'

red 175 ◦ green 232 ◦ blue 143

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

Shades of Feijoa #AFE88F

Tints of Feijoa #AFE88F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 26%

R = 31.82%
G = 42.18%
B = 26%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#AFE88F (or 0xAFE88F) is known color: Feijoa. HEX triplet: AF, E8 and 8F. RGB value is (175,232,143). Sum of RGB (Red+Green+Blue) = 175+232+143=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 232 (91.02% from 255 or 42.18% from 550); Blue value is 143 (56.25% from 255 or 26% from 550); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE88F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE88F is #501770. Grayscale: #CDCDCD. Windows color (decimal): -5248881 or 9431215. OLE color: 9431215.

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

Color convert

RGB 175 232 143 -
CMYK 0.25 0 0.38 0.09
HSL 98.43º 0.66% 0.74% -
HSV(B) 98.43º 0.38% 0.91% -
XYZ 51.49 68.81 36.55 -
YUV 204.81 93.12 106.74 -
System Red Green Blue C M Y K H S L
Decimal 175 232 143 0.25 0 0.38 0.09 98.43 0.66 0.74
Hex AF E8 8F 19 0 26 9 62 42 4A
Octal 257 350 217 31 0 46 11 142 102 112
Binary 10101111 11101000 10001111 11001 0 100110 1001 1100010 1000010 1001010

Color Harmonies of #AFE88F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE88F

Black with #AFE88F

Text Example


Text Example

White with #AFE88F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE88F; }

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

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

background-color css

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

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

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

border-color css

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

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

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