Html Css Color HEX #AFE06F Feijoa

📋 copy color: '#AFE06F'

red 175 ◦ green 224 ◦ blue 111

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

Shades of Feijoa #AFE06F

Tints of Feijoa #AFE06F

RGB

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

 GREEN value IS 224 (87.89% from 255) = 43.92%

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

R = 34.31%
G = 43.92%
B = 21.76%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#AFE06F (or 0xAFE06F) is known color: Feijoa. HEX triplet: AF, E0 and 6F. RGB value is (175,224,111). Sum of RGB (Red+Green+Blue) = 175+224+111=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 224 (87.89% from 255 or 43.92% from 510); Blue value is 111 (43.75% from 255 or 21.76% from 510); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE06F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE06F is #501F90. Grayscale: #C4C4C4. Windows color (decimal): -5250961 or 7332015. OLE color: 7332015.

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

Color convert

RGB 175 224 111 -
CMYK 0.22 0 0.50 0.12
HSL 86.02º 0.65% 0.66% -
HSV(B) 86.02º 0.5% 0.88% -
XYZ 47.2 63.57 24.82 -
YUV 196.47 79.77 112.69 -
System Red Green Blue C M Y K H S L
Decimal 175 224 111 0.22 0 0.50 0.12 86.02 0.65 0.66
Hex AF E0 6F 16 0 32 C 56 41 42
Octal 257 340 157 26 0 62 14 126 101 102
Binary 10101111 11100000 1101111 10110 0 110010 1100 1010110 1000001 1000010

Color Harmonies of #AFE06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE06F

Black with #AFE06F

Text Example


Text Example

White with #AFE06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE06F; }

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

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

background-color css

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

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

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

border-color css

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

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

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