Html Css Color HEX #AFE173 Feijoa

📋 copy color: '#AFE173'

red 175 ◦ green 225 ◦ blue 115

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

Shades of Feijoa #AFE173

Tints of Feijoa #AFE173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 22.33%

R = 33.98%
G = 43.69%
B = 22.33%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#AFE173 (or 0xAFE173) is known color: Feijoa. HEX triplet: AF, E1 and 73. RGB value is (175,225,115). Sum of RGB (Red+Green+Blue) = 175+225+115=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 225 (88.28% from 255 or 43.69% from 515); Blue value is 115 (45.31% from 255 or 22.33% from 515); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE173 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE173 is #501E8C. Grayscale: #C5C5C5. Windows color (decimal): -5250701 or 7594415. OLE color: 7594415.

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

Color convert

RGB 175 225 115 -
CMYK 0.22 0 0.49 0.12
HSL 87.27º 0.65% 0.67% -
HSV(B) 87.27º 0.49% 0.88% -
XYZ 47.7 64.2 26.1 -
YUV 197.51 81.44 111.94 -
System Red Green Blue C M Y K H S L
Decimal 175 225 115 0.22 0 0.49 0.12 87.27 0.65 0.67
Hex AF E1 73 16 0 31 C 57 41 43
Octal 257 341 163 26 0 61 14 127 101 103
Binary 10101111 11100001 1110011 10110 0 110001 1100 1010111 1000001 1000011

Color Harmonies of #AFE173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE173

Black with #AFE173

Text Example


Text Example

White with #AFE173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE173; }

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

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

background-color css

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

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

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

border-color css

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

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

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