Html Css Color HEX #AFE184 Feijoa

📋 copy color: '#AFE184'

red 175 ◦ green 225 ◦ blue 132

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

Shades of Feijoa #AFE184

Tints of Feijoa #AFE184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 24.81%

R = 32.89%
G = 42.29%
B = 24.81%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#AFE184 (or 0xAFE184) is known color: Feijoa. HEX triplet: AF, E1 and 84. RGB value is (175,225,132). Sum of RGB (Red+Green+Blue) = 175+225+132=532 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.89% from 532); Green value is 225 (88.28% from 255 or 42.29% from 532); Blue value is 132 (51.95% from 255 or 24.81% from 532); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE184 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE184 is #501E7B. Grayscale: #C7C7C7. Windows color (decimal): -5250684 or 8708527. OLE color: 8708527.

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

Color convert

RGB 175 225 132 -
CMYK 0.22 0 0.41 0.12
HSL 92.26º 0.61% 0.7% -
HSV(B) 92.26º 0.41% 0.88% -
XYZ 48.77 64.63 31.73 -
YUV 199.45 89.94 110.56 -
System Red Green Blue C M Y K H S L
Decimal 175 225 132 0.22 0 0.41 0.12 92.26 0.61 0.7
Hex AF E1 84 16 0 29 C 5C 3D 46
Octal 257 341 204 26 0 51 14 134 75 106
Binary 10101111 11100001 10000100 10110 0 101001 1100 1011100 111101 1000110

Color Harmonies of #AFE184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE184

Black with #AFE184

Text Example


Text Example

White with #AFE184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE184; }

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

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

background-color css

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

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

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

border-color css

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

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

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