Html Css Color HEX #AFE88C Feijoa

📋 copy color: '#AFE88C'

red 175 ◦ green 232 ◦ blue 140

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

Shades of Feijoa #AFE88C

Tints of Feijoa #AFE88C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 25.59%

R = 31.99%
G = 42.41%
B = 25.59%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.40

 K value IS 0.09

RGB Variations

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

Color information

#AFE88C (or 0xAFE88C) is known color: Feijoa. HEX triplet: AF, E8 and 8C. RGB value is (175,232,140). Sum of RGB (Red+Green+Blue) = 175+232+140=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 232 (91.02% from 255 or 42.41% from 547); Blue value is 140 (55.08% from 255 or 25.59% from 547); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE88C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE88C is #501773. Grayscale: #CCCCCC. Windows color (decimal): -5248884 or 9234607. OLE color: 9234607.

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

Color convert

RGB 175 232 140 -
CMYK 0.25 0 0.40 0.09
HSL 97.17º 0.67% 0.73% -
HSV(B) 97.17º 0.4% 0.91% -
XYZ 51.27 68.72 35.37 -
YUV 204.47 91.62 106.98 -
System Red Green Blue C M Y K H S L
Decimal 175 232 140 0.25 0 0.40 0.09 97.17 0.67 0.73
Hex AF E8 8C 19 0 28 9 61 43 49
Octal 257 350 214 31 0 50 11 141 103 111
Binary 10101111 11101000 10001100 11001 0 101000 1001 1100001 1000011 1001001

Color Harmonies of #AFE88C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE88C

Black with #AFE88C

Text Example


Text Example

White with #AFE88C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE88C; }

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

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

background-color css

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

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

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

border-color css

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

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

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