Html Css Color HEX #AFE270 Feijoa

📋 copy color: '#AFE270'

red 175 ◦ green 226 ◦ blue 112

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

Shades of Feijoa #AFE270

Tints of Feijoa #AFE270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.83%

R = 34.11%
G = 44.05%
B = 21.83%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#AFE270 (or 0xAFE270) is known color: Feijoa. HEX triplet: AF, E2 and 70. RGB value is (175,226,112). Sum of RGB (Red+Green+Blue) = 175+226+112=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 226 (88.67% from 255 or 44.05% from 513); Blue value is 112 (44.14% from 255 or 21.83% from 513); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE270 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE270 is #501D8F. Grayscale: #C6C6C6. Windows color (decimal): -5250448 or 7398063. OLE color: 7398063.

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

Color convert

RGB 175 226 112 -
CMYK 0.23 0 0.50 0.11
HSL 86.84º 0.66% 0.66% -
HSV(B) 86.84º 0.5% 0.89% -
XYZ 47.8 64.68 25.29 -
YUV 197.76 79.6 111.77 -
System Red Green Blue C M Y K H S L
Decimal 175 226 112 0.23 0 0.50 0.11 86.84 0.66 0.66
Hex AF E2 70 17 0 32 B 57 42 42
Octal 257 342 160 27 0 62 13 127 102 102
Binary 10101111 11100010 1110000 10111 0 110010 1011 1010111 1000010 1000010

Color Harmonies of #AFE270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE270

Black with #AFE270

Text Example


Text Example

White with #AFE270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE270; }

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

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

background-color css

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

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

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

border-color css

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

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

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