Html Css Color HEX #AFE278 Feijoa

📋 copy color: '#AFE278'

red 175 ◦ green 226 ◦ blue 120

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

Shades of Feijoa #AFE278

Tints of Feijoa #AFE278

RGB

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

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

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

R = 33.59%
G = 43.38%
B = 23.03%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#AFE278 (or 0xAFE278) is known color: Feijoa. HEX triplet: AF, E2 and 78. RGB value is (175,226,120). Sum of RGB (Red+Green+Blue) = 175+226+120=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 226 (88.67% from 255 or 43.38% from 521); Blue value is 120 (47.27% from 255 or 23.03% from 521); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE278 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE278 is #501D87. Grayscale: #C7C7C7. Windows color (decimal): -5250440 or 7922351. OLE color: 7922351.

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

Color convert

RGB 175 226 120 -
CMYK 0.23 0 0.47 0.11
HSL 88.87º 0.65% 0.68% -
HSV(B) 88.87º 0.47% 0.89% -
XYZ 48.27 64.86 27.75 -
YUV 198.67 83.6 111.12 -
System Red Green Blue C M Y K H S L
Decimal 175 226 120 0.23 0 0.47 0.11 88.87 0.65 0.68
Hex AF E2 78 17 0 2F B 59 41 44
Octal 257 342 170 27 0 57 13 131 101 104
Binary 10101111 11100010 1111000 10111 0 101111 1011 1011001 1000001 1000100

Color Harmonies of #AFE278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE278

Black with #AFE278

Text Example


Text Example

White with #AFE278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE278; }

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

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

background-color css

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

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

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

border-color css

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

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

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