Html Css Color HEX #AFE788 Feijoa

📋 copy color: '#AFE788'

red 175 ◦ green 231 ◦ blue 136

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

Shades of Feijoa #AFE788

Tints of Feijoa #AFE788

RGB

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

 GREEN value IS 231 (90.63% from 255) = 42.62%

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

R = 32.29%
G = 42.62%
B = 25.09%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.41

 K value IS 0.09

RGB Variations

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

Color information

#AFE788 (or 0xAFE788) is known color: Feijoa. HEX triplet: AF, E7 and 88. RGB value is (175,231,136). Sum of RGB (Red+Green+Blue) = 175+231+136=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 231 (90.62% from 255 or 42.62% from 542); Blue value is 136 (53.52% from 255 or 25.09% from 542); Max value from RGB is 231 - color contains mainly: green. Hex color #AFE788 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE788 is #501877. Grayscale: #CBCBCB. Windows color (decimal): -5249144 or 8972207. OLE color: 8972207.

HSL color Cylindrical-coordinate representation of color #AFE788: hue angle of 95.37º degrees, saturation: 0.66, 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 #AFE788 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 231 136 -
CMYK 0.24 0 0.41 0.09
HSL 95.37º 0.66% 0.72% -
HSV(B) 95.37º 0.41% 0.91% -
XYZ 50.7 68.04 33.75 -
YUV 203.43 89.95 107.72 -
System Red Green Blue C M Y K H S L
Decimal 175 231 136 0.24 0 0.41 0.09 95.37 0.66 0.72
Hex AF E7 88 18 0 29 9 5F 42 48
Octal 257 347 210 30 0 51 11 137 102 110
Binary 10101111 11100111 10001000 11000 0 101001 1001 1011111 1000010 1001000

Color Harmonies of #AFE788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE788

Black with #AFE788

Text Example


Text Example

White with #AFE788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE788; }

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

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

background-color css

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

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

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

border-color css

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

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

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