Html Css Color HEX #AFE16F Feijoa

📋 copy color: '#AFE16F'

red 175 ◦ green 225 ◦ blue 111

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

Shades of Feijoa #AFE16F

Tints of Feijoa #AFE16F

RGB

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

 GREEN value IS 225 (88.28% from 255) = 44.03%

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

R = 34.25%
G = 44.03%
B = 21.72%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#AFE16F (or 0xAFE16F) is known color: Feijoa. HEX triplet: AF, E1 and 6F. RGB value is (175,225,111). Sum of RGB (Red+Green+Blue) = 175+225+111=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 225 (88.28% from 255 or 44.03% from 511); Blue value is 111 (43.75% from 255 or 21.72% from 511); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE16F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE16F is #501E90. Grayscale: #C5C5C5. Windows color (decimal): -5250705 or 7332271. OLE color: 7332271.

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

Color convert

RGB 175 225 111 -
CMYK 0.22 0 0.51 0.12
HSL 86.32º 0.66% 0.66% -
HSV(B) 86.32º 0.51% 0.88% -
XYZ 47.47 64.11 24.91 -
YUV 197.05 79.44 112.27 -
System Red Green Blue C M Y K H S L
Decimal 175 225 111 0.22 0 0.51 0.12 86.32 0.66 0.66
Hex AF E1 6F 16 0 33 C 56 42 42
Octal 257 341 157 26 0 63 14 126 102 102
Binary 10101111 11100001 1101111 10110 0 110011 1100 1010110 1000010 1000010

Color Harmonies of #AFE16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE16F

Black with #AFE16F

Text Example


Text Example

White with #AFE16F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE16F; }

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

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

background-color css

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

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

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

border-color css

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

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

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