Html Css Color HEX #AFE172 Feijoa

📋 copy color: '#AFE172'

red 175 ◦ green 225 ◦ blue 114

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

Shades of Feijoa #AFE172

Tints of Feijoa #AFE172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.18%

R = 34.05%
G = 43.77%
B = 22.18%

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

#AFE172 (or 0xAFE172) is known color: Feijoa. HEX triplet: AF, E1 and 72. RGB value is (175,225,114). Sum of RGB (Red+Green+Blue) = 175+225+114=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 225 (88.28% from 255 or 43.77% from 514); Blue value is 114 (44.92% from 255 or 22.18% from 514); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE172 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE172 is #501E8D. Grayscale: #C5C5C5. Windows color (decimal): -5250702 or 7528879. OLE color: 7528879.

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

Color convert

RGB 175 225 114 -
CMYK 0.22 0 0.49 0.12
HSL 87.03º 0.65% 0.66% -
HSV(B) 87.03º 0.49% 0.88% -
XYZ 47.64 64.18 25.8 -
YUV 197.4 80.94 112.03 -
System Red Green Blue C M Y K H S L
Decimal 175 225 114 0.22 0 0.49 0.12 87.03 0.65 0.66
Hex AF E1 72 16 0 31 C 57 41 42
Octal 257 341 162 26 0 61 14 127 101 102
Binary 10101111 11100001 1110010 10110 0 110001 1100 1010111 1000001 1000010

Color Harmonies of #AFE172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE172

Black with #AFE172

Text Example


Text Example

White with #AFE172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE172; }

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

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

background-color css

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

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

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

border-color css

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

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

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