Html Css Color HEX #AFE095 Feijoa

📋 copy color: '#AFE095'

red 175 ◦ green 224 ◦ blue 149

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

Shades of Feijoa #AFE095

Tints of Feijoa #AFE095

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.88%

 BLUE value IS 149 (58.59% from 255) = 27.19%

R = 31.93%
G = 40.88%
B = 27.19%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#AFE095 (or 0xAFE095) is known color: Feijoa. HEX triplet: AF, E0 and 95. RGB value is (175,224,149). Sum of RGB (Red+Green+Blue) = 175+224+149=548 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.93% from 548); Green value is 224 (87.89% from 255 or 40.88% from 548); Blue value is 149 (58.59% from 255 or 27.19% from 548); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE095 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE095 is #501F6A. Grayscale: #C9C9C9. Windows color (decimal): -5250923 or 9822383. OLE color: 9822383.

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

Color convert

RGB 175 224 149 -
CMYK 0.22 0 0.33 0.12
HSL 99.2º 0.55% 0.73% -
HSV(B) 99.2º 0.33% 0.88% -
XYZ 49.76 64.6 38.28 -
YUV 200.8 98.77 109.6 -
System Red Green Blue C M Y K H S L
Decimal 175 224 149 0.22 0 0.33 0.12 99.2 0.55 0.73
Hex AF E0 95 16 0 21 C 63 37 49
Octal 257 340 225 26 0 41 14 143 67 111
Binary 10101111 11100000 10010101 10110 0 100001 1100 1100011 110111 1001001

Color Harmonies of #AFE095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE095

Black with #AFE095

Text Example


Text Example

White with #AFE095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE095; }

 p { color: rgb(175,224,149); }

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

background-color css

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

 a { background-color: rgb(175,224,149); }

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

border-color css

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

 span { border-color: rgb(175,224,149); }

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