Html Css Color HEX #AFE26F Feijoa

📋 copy color: '#AFE26F'

red 175 ◦ green 226 ◦ blue 111

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

Shades of Feijoa #AFE26F

Tints of Feijoa #AFE26F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 21.68%

R = 34.18%
G = 44.14%
B = 21.68%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#AFE26F (or 0xAFE26F) is known color: Feijoa. HEX triplet: AF, E2 and 6F. RGB value is (175,226,111). Sum of RGB (Red+Green+Blue) = 175+226+111=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 226 (88.67% from 255 or 44.14% from 512); Blue value is 111 (43.75% from 255 or 21.68% from 512); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE26F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE26F is #501D90. Grayscale: #C6C6C6. Windows color (decimal): -5250449 or 7332527. OLE color: 7332527.

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

Color convert

RGB 175 226 111 -
CMYK 0.23 0 0.51 0.11
HSL 86.61º 0.66% 0.66% -
HSV(B) 86.61º 0.51% 0.89% -
XYZ 47.74 64.65 25 -
YUV 197.64 79.1 111.85 -
System Red Green Blue C M Y K H S L
Decimal 175 226 111 0.23 0 0.51 0.11 86.61 0.66 0.66
Hex AF E2 6F 17 0 33 B 57 42 42
Octal 257 342 157 27 0 63 13 127 102 102
Binary 10101111 11100010 1101111 10111 0 110011 1011 1010111 1000010 1000010

Color Harmonies of #AFE26F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE26F

Black with #AFE26F

Text Example


Text Example

White with #AFE26F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE26F; }

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

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

background-color css

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

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

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

border-color css

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

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

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