Html Css Color HEX #AFDD93 Feijoa

📋 copy color: '#AFDD93'

red 175 ◦ green 221 ◦ blue 147

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

Shades of Feijoa #AFDD93

Tints of Feijoa #AFDD93

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.7%

 BLUE value IS 147 (57.81% from 255) = 27.07%

R = 32.23%
G = 40.7%
B = 27.07%

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

#AFDD93 (or 0xAFDD93) is known color: Feijoa. HEX triplet: AF, DD and 93. RGB value is (175,221,147). Sum of RGB (Red+Green+Blue) = 175+221+147=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 221 (86.72% from 255 or 40.70% from 543); Blue value is 147 (57.81% from 255 or 27.07% from 543); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDD93 is #50226C. Grayscale: #C7C7C7. Windows color (decimal): -5251693 or 9690543. OLE color: 9690543.

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

Color convert

RGB 175 221 147 -
CMYK 0.21 0 0.33 0.13
HSL 97.3º 0.52% 0.72% -
HSV(B) 97.3º 0.33% 0.87% -
XYZ 48.8 62.93 37.18 -
YUV 198.81 98.76 111.02 -
System Red Green Blue C M Y K H S L
Decimal 175 221 147 0.21 0 0.33 0.13 97.3 0.52 0.72
Hex AF DD 93 15 0 21 D 61 34 48
Octal 257 335 223 25 0 41 15 141 64 110
Binary 10101111 11011101 10010011 10101 0 100001 1101 1100001 110100 1001000

Color Harmonies of #AFDD93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDD93

Black with #AFDD93

Text Example


Text Example

White with #AFDD93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDD93; }

 p { color: rgb(175,221,147); }

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

background-color css

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

 a { background-color: rgb(175,221,147); }

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

border-color css

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

 span { border-color: rgb(175,221,147); }

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