Html Css Color HEX #AFE271 Feijoa

📋 copy color: '#AFE271'

red 175 ◦ green 226 ◦ blue 113

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

Shades of Feijoa #AFE271

Tints of Feijoa #AFE271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 21.98%

R = 34.05%
G = 43.97%
B = 21.98%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.5

 K value IS 0.11

RGB Variations

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

Color information

#AFE271 (or 0xAFE271) is known color: Feijoa. HEX triplet: AF, E2 and 71. RGB value is (175,226,113). Sum of RGB (Red+Green+Blue) = 175+226+113=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 226 (88.67% from 255 or 43.97% from 514); Blue value is 113 (44.53% from 255 or 21.98% from 514); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE271 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE271 is #501D8E. Grayscale: #C6C6C6. Windows color (decimal): -5250447 or 7463599. OLE color: 7463599.

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

Color convert

RGB 175 226 113 -
CMYK 0.23 0 0.5 0.11
HSL 87.08º 0.66% 0.66% -
HSV(B) 87.08º 0.5% 0.89% -
XYZ 47.86 64.7 25.59 -
YUV 197.87 80.1 111.69 -
System Red Green Blue C M Y K H S L
Decimal 175 226 113 0.23 0 0.5 0.11 87.08 0.66 0.66
Hex AF E2 71 17 0 32 B 57 42 42
Octal 257 342 161 27 0 62 13 127 102 102
Binary 10101111 11100010 1110001 10111 0 110010 1011 1010111 1000010 1000010

Color Harmonies of #AFE271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE271

Black with #AFE271

Text Example


Text Example

White with #AFE271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE271; }

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

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

background-color css

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

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

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

border-color css

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

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

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