Html Css Color HEX #AFE277 Feijoa

📋 copy color: '#AFE277'

red 175 ◦ green 226 ◦ blue 119

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

Shades of Feijoa #AFE277

Tints of Feijoa #AFE277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 22.88%

R = 33.65%
G = 43.46%
B = 22.88%

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

#AFE277 (or 0xAFE277) is known color: Feijoa. HEX triplet: AF, E2 and 77. RGB value is (175,226,119). Sum of RGB (Red+Green+Blue) = 175+226+119=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 226 (88.67% from 255 or 43.46% from 520); Blue value is 119 (46.88% from 255 or 22.88% from 520); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE277 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE277 is #501D88. Grayscale: #C6C6C6. Windows color (decimal): -5250441 or 7856815. OLE color: 7856815.

HSL color Cylindrical-coordinate representation of color #AFE277: hue angle of 88.6º 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 #AFE277 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 226 119 -
CMYK 0.23 0 0.47 0.11
HSL 88.6º 0.65% 0.68% -
HSV(B) 88.6º 0.47% 0.89% -
XYZ 48.21 64.84 27.43 -
YUV 198.55 83.1 111.2 -
System Red Green Blue C M Y K H S L
Decimal 175 226 119 0.23 0 0.47 0.11 88.6 0.65 0.68
Hex AF E2 77 17 0 2F B 59 41 44
Octal 257 342 167 27 0 57 13 131 101 104
Binary 10101111 11100010 1110111 10111 0 101111 1011 1011001 1000001 1000100

Color Harmonies of #AFE277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE277

Black with #AFE277

Text Example


Text Example

White with #AFE277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE277; }

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

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

background-color css

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

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

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

border-color css

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

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

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