Html Css Color HEX #AFDE94 Feijoa

📋 copy color: '#AFDE94'

red 175 ◦ green 222 ◦ blue 148

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

Shades of Feijoa #AFDE94

Tints of Feijoa #AFDE94

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.73%

 BLUE value IS 148 (58.2% from 255) = 27.16%

R = 32.11%
G = 40.73%
B = 27.16%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#AFDE94 (or 0xAFDE94) is known color: Feijoa. HEX triplet: AF, DE and 94. RGB value is (175,222,148). Sum of RGB (Red+Green+Blue) = 175+222+148=545 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.11% from 545); Green value is 222 (87.11% from 255 or 40.73% from 545); Blue value is 148 (58.20% from 255 or 27.16% from 545); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDE94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDE94 is #50216B. Grayscale: #C7C7C7. Windows color (decimal): -5251436 or 9756335. OLE color: 9756335.

HSL color Cylindrical-coordinate representation of color #AFDE94: hue angle of 98.11º degrees, saturation: 0.53, 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 #AFDE94 is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 222 148 -
CMYK 0.21 0 0.33 0.13
HSL 98.11º 0.53% 0.73% -
HSV(B) 98.11º 0.33% 0.87% -
XYZ 49.15 63.49 37.68 -
YUV 199.51 98.93 110.52 -
System Red Green Blue C M Y K H S L
Decimal 175 222 148 0.21 0 0.33 0.13 98.11 0.53 0.73
Hex AF DE 94 15 0 21 D 62 35 49
Octal 257 336 224 25 0 41 15 142 65 111
Binary 10101111 11011110 10010100 10101 0 100001 1101 1100010 110101 1001001

Color Harmonies of #AFDE94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDE94

Black with #AFDE94

Text Example


Text Example

White with #AFDE94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDE94; }

 p { color: rgb(175,222,148); }

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

background-color css

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

 a { background-color: rgb(175,222,148); }

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

border-color css

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

 span { border-color: rgb(175,222,148); }

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