Html Css Color HEX #AFE88B Feijoa

📋 copy color: '#AFE88B'

red 175 ◦ green 232 ◦ blue 139

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

Shades of Feijoa #AFE88B

Tints of Feijoa #AFE88B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 25.46%

R = 32.05%
G = 42.49%
B = 25.46%

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

#AFE88B (or 0xAFE88B) is known color: Feijoa. HEX triplet: AF, E8 and 8B. RGB value is (175,232,139). Sum of RGB (Red+Green+Blue) = 175+232+139=546 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.05% from 546); Green value is 232 (91.02% from 255 or 42.49% from 546); Blue value is 139 (54.69% from 255 or 25.46% from 546); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE88B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE88B is #501774. Grayscale: #CCCCCC. Windows color (decimal): -5248885 or 9169071. OLE color: 9169071.

HSL color Cylindrical-coordinate representation of color #AFE88B: hue angle of 96.77º 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 #AFE88B is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 232 139 -
CMYK 0.25 0 0.40 0.09
HSL 96.77º 0.67% 0.73% -
HSV(B) 96.77º 0.4% 0.91% -
XYZ 51.2 68.69 34.99 -
YUV 204.36 91.12 107.06 -
System Red Green Blue C M Y K H S L
Decimal 175 232 139 0.25 0 0.40 0.09 96.77 0.67 0.73
Hex AF E8 8B 19 0 28 9 61 43 49
Octal 257 350 213 31 0 50 11 141 103 111
Binary 10101111 11101000 10001011 11001 0 101000 1001 1100001 1000011 1001001

Color Harmonies of #AFE88B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE88B

Black with #AFE88B

Text Example


Text Example

White with #AFE88B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE88B; }

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

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

background-color css

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

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

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

border-color css

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

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

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