Html Css Color HEX #AFDF95 Feijoa

📋 copy color: '#AFDF95'

red 175 ◦ green 223 ◦ blue 149

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

Shades of Feijoa #AFDF95

Tints of Feijoa #AFDF95

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.77%

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

R = 31.99%
G = 40.77%
B = 27.24%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#AFDF95 (or 0xAFDF95) is known color: Feijoa. HEX triplet: AF, DF and 95. RGB value is (175,223,149). Sum of RGB (Red+Green+Blue) = 175+223+149=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 223 (87.5% from 255 or 40.77% from 547); Blue value is 149 (58.59% from 255 or 27.24% from 547); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDF95 is #50206A. Grayscale: #C8C8C8. Windows color (decimal): -5251179 or 9822127. OLE color: 9822127.

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

Color convert

RGB 175 223 149 -
CMYK 0.22 0 0.33 0.13
HSL 98.92º 0.54% 0.73% -
HSV(B) 98.92º 0.33% 0.87% -
XYZ 49.49 64.06 38.19 -
YUV 200.21 99.1 110.02 -
System Red Green Blue C M Y K H S L
Decimal 175 223 149 0.22 0 0.33 0.13 98.92 0.54 0.73
Hex AF DF 95 16 0 21 D 63 36 49
Octal 257 337 225 26 0 41 15 143 66 111
Binary 10101111 11011111 10010101 10110 0 100001 1101 1100011 110110 1001001

Color Harmonies of #AFDF95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDF95

Black with #AFDF95

Text Example


Text Example

White with #AFDF95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDF95; }

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

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

background-color css

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

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

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

border-color css

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

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

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