Html Css Color HEX #AFE888 Feijoa

📋 copy color: '#AFE888'

red 175 ◦ green 232 ◦ blue 136

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

Shades of Feijoa #AFE888

Tints of Feijoa #AFE888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 25.05%

R = 32.23%
G = 42.73%
B = 25.05%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.41

 K value IS 0.09

RGB Variations

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

Color information

#AFE888 (or 0xAFE888) is known color: Feijoa. HEX triplet: AF, E8 and 88. RGB value is (175,232,136). Sum of RGB (Red+Green+Blue) = 175+232+136=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 232 (91.02% from 255 or 42.73% from 543); Blue value is 136 (53.52% from 255 or 25.05% from 543); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE888 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE888 is #501777. Grayscale: #CCCCCC. Windows color (decimal): -5248888 or 8972463. OLE color: 8972463.

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

Color convert

RGB 175 232 136 -
CMYK 0.25 0 0.41 0.09
HSL 95.63º 0.68% 0.72% -
HSV(B) 95.63º 0.41% 0.91% -
XYZ 50.98 68.6 33.85 -
YUV 204.01 89.62 107.31 -
System Red Green Blue C M Y K H S L
Decimal 175 232 136 0.25 0 0.41 0.09 95.63 0.68 0.72
Hex AF E8 88 19 0 29 9 60 44 48
Octal 257 350 210 31 0 51 11 140 104 110
Binary 10101111 11101000 10001000 11001 0 101001 1001 1100000 1000100 1001000

Color Harmonies of #AFE888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE888

Black with #AFE888

Text Example


Text Example

White with #AFE888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE888; }

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

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

background-color css

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

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

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

border-color css

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

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

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