Html Css Color HEX #AFE276 Feijoa

📋 copy color: '#AFE276'

red 175 ◦ green 226 ◦ blue 118

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

Shades of Feijoa #AFE276

Tints of Feijoa #AFE276

RGB

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

 GREEN value IS 226 (88.67% from 255) = 43.55%

 BLUE value IS 118 (46.48% from 255) = 22.74%

R = 33.72%
G = 43.55%
B = 22.74%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#AFE276 (or 0xAFE276) is known color: Feijoa. HEX triplet: AF, E2 and 76. RGB value is (175,226,118). Sum of RGB (Red+Green+Blue) = 175+226+118=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 226 (88.67% from 255 or 43.55% from 519); Blue value is 118 (46.48% from 255 or 22.74% from 519); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE276 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE276 is #501D89. Grayscale: #C6C6C6. Windows color (decimal): -5250442 or 7791279. OLE color: 7791279.

HSL color Cylindrical-coordinate representation of color #AFE276: hue angle of 88.33º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AFE276 is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 226 118 -
CMYK 0.23 0 0.48 0.11
HSL 88.33º 0.65% 0.67% -
HSV(B) 88.33º 0.48% 0.89% -
XYZ 48.15 64.81 27.11 -
YUV 198.44 82.6 111.28 -
System Red Green Blue C M Y K H S L
Decimal 175 226 118 0.23 0 0.48 0.11 88.33 0.65 0.67
Hex AF E2 76 17 0 30 B 58 41 43
Octal 257 342 166 27 0 60 13 130 101 103
Binary 10101111 11100010 1110110 10111 0 110000 1011 1011000 1000001 1000011

Color Harmonies of #AFE276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE276

Black with #AFE276

Text Example


Text Example

White with #AFE276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE276; }

 p { color: rgb(175,226,118); }

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

background-color css

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

 a { background-color: rgb(175,226,118); }

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

border-color css

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

 span { border-color: rgb(175,226,118); }

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