Html Css Color HEX #AFE178 Feijoa

📋 copy color: '#AFE178'

red 175 ◦ green 225 ◦ blue 120

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

Shades of Feijoa #AFE178

Tints of Feijoa #AFE178

RGB

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

 GREEN value IS 225 (88.28% from 255) = 43.27%

 BLUE value IS 120 (47.27% from 255) = 23.08%

R = 33.65%
G = 43.27%
B = 23.08%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#AFE178 (or 0xAFE178) is known color: Feijoa. HEX triplet: AF, E1 and 78. RGB value is (175,225,120). Sum of RGB (Red+Green+Blue) = 175+225+120=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 225 (88.28% from 255 or 43.27% from 520); Blue value is 120 (47.27% from 255 or 23.08% from 520); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE178 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE178 is #501E87. Grayscale: #C6C6C6. Windows color (decimal): -5250696 or 7922095. OLE color: 7922095.

HSL color Cylindrical-coordinate representation of color #AFE178: hue angle of 88.57º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AFE178 is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 225 120 -
CMYK 0.22 0 0.47 0.12
HSL 88.57º 0.64% 0.68% -
HSV(B) 88.57º 0.47% 0.88% -
XYZ 47.99 64.32 27.65 -
YUV 198.08 83.94 111.54 -
System Red Green Blue C M Y K H S L
Decimal 175 225 120 0.22 0 0.47 0.12 88.57 0.64 0.68
Hex AF E1 78 16 0 2F C 59 40 44
Octal 257 341 170 26 0 57 14 131 100 104
Binary 10101111 11100001 1111000 10110 0 101111 1100 1011001 1000000 1000100

Color Harmonies of #AFE178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE178

Black with #AFE178

Text Example


Text Example

White with #AFE178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE178; }

 p { color: rgb(175,225,120); }

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

background-color css

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

 a { background-color: rgb(175,225,120); }

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

border-color css

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

 span { border-color: rgb(175,225,120); }

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