Html Css Color HEX #AFD888 Feijoa

📋 copy color: '#AFD888'

red 175 ◦ green 216 ◦ blue 136

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

Shades of Feijoa #AFD888

Tints of Feijoa #AFD888

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.99%

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

R = 33.21%
G = 40.99%
B = 25.81%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#AFD888 (or 0xAFD888) is known color: Feijoa. HEX triplet: AF, D8 and 88. RGB value is (175,216,136). Sum of RGB (Red+Green+Blue) = 175+216+136=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 216 (84.77% from 255 or 40.99% from 527); Blue value is 136 (53.52% from 255 or 25.81% from 527); Max value from RGB is 216 - color contains mainly: green. Hex color #AFD888 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD888 is #502777. Grayscale: #C2C2C2. Windows color (decimal): -5252984 or 8968367. OLE color: 8968367.

HSL color Cylindrical-coordinate representation of color #AFD888: hue angle of 90.75º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AFD888 is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 216 136 -
CMYK 0.19 0 0.37 0.15
HSL 90.75º 0.51% 0.69% -
HSV(B) 90.75º 0.37% 0.85% -
XYZ 46.68 60 32.41 -
YUV 194.62 94.92 114 -
System Red Green Blue C M Y K H S L
Decimal 175 216 136 0.19 0 0.37 0.15 90.75 0.51 0.69
Hex AF D8 88 13 0 25 F 5B 33 45
Octal 257 330 210 23 0 45 17 133 63 105
Binary 10101111 11011000 10001000 10011 0 100101 1111 1011011 110011 1000101

Color Harmonies of #AFD888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD888

Black with #AFD888

Text Example


Text Example

White with #AFD888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD888; }

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

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

background-color css

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

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

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

border-color css

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

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

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