Html Css Color HEX #AFE175 Feijoa

📋 copy color: '#AFE175'

red 175 ◦ green 225 ◦ blue 117

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

Shades of Feijoa #AFE175

Tints of Feijoa #AFE175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.63%

R = 33.85%
G = 43.52%
B = 22.63%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#AFE175 (or 0xAFE175) is known color: Feijoa. HEX triplet: AF, E1 and 75. RGB value is (175,225,117). Sum of RGB (Red+Green+Blue) = 175+225+117=517 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.85% from 517); Green value is 225 (88.28% from 255 or 43.52% from 517); Blue value is 117 (46.09% from 255 or 22.63% from 517); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE175 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE175 is #501E8A. Grayscale: #C6C6C6. Windows color (decimal): -5250699 or 7725487. OLE color: 7725487.

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

Color convert

RGB 175 225 117 -
CMYK 0.22 0 0.48 0.12
HSL 87.78º 0.64% 0.67% -
HSV(B) 87.78º 0.48% 0.88% -
XYZ 47.82 64.25 26.71 -
YUV 197.74 82.44 111.78 -
System Red Green Blue C M Y K H S L
Decimal 175 225 117 0.22 0 0.48 0.12 87.78 0.64 0.67
Hex AF E1 75 16 0 30 C 58 40 43
Octal 257 341 165 26 0 60 14 130 100 103
Binary 10101111 11100001 1110101 10110 0 110000 1100 1011000 1000000 1000011

Color Harmonies of #AFE175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE175

Black with #AFE175

Text Example


Text Example

White with #AFE175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE175; }

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

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

background-color css

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

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

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

border-color css

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

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

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