Html Css Color HEX #AFE36F Feijoa

📋 copy color: '#AFE36F'

red 175 ◦ green 227 ◦ blue 111

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

Shades of Feijoa #AFE36F

Tints of Feijoa #AFE36F

RGB

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

 GREEN value IS 227 (89.06% from 255) = 44.25%

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

R = 34.11%
G = 44.25%
B = 21.64%

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

#AFE36F (or 0xAFE36F) is known color: Feijoa. HEX triplet: AF, E3 and 6F. RGB value is (175,227,111). Sum of RGB (Red+Green+Blue) = 175+227+111=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 227 (89.06% from 255 or 44.25% from 513); Blue value is 111 (43.75% from 255 or 21.64% from 513); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE36F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE36F is #501C90. Grayscale: #C6C6C6. Windows color (decimal): -5250193 or 7332783. OLE color: 7332783.

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

Color convert

RGB 175 227 111 -
CMYK 0.23 0 0.51 0.11
HSL 86.9º 0.67% 0.66% -
HSV(B) 86.9º 0.51% 0.89% -
XYZ 48.02 65.2 25.09 -
YUV 198.23 78.77 111.43 -
System Red Green Blue C M Y K H S L
Decimal 175 227 111 0.23 0 0.51 0.11 86.9 0.67 0.66
Hex AF E3 6F 17 0 33 B 57 43 42
Octal 257 343 157 27 0 63 13 127 103 102
Binary 10101111 11100011 1101111 10111 0 110011 1011 1010111 1000011 1000010

Color Harmonies of #AFE36F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE36F

Black with #AFE36F

Text Example


Text Example

White with #AFE36F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE36F; }

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

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

background-color css

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

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

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

border-color css

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

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

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