Html Css Color HEX #AFDB93 Feijoa

📋 copy color: '#AFDB93'

red 175 ◦ green 219 ◦ blue 147

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

Shades of Feijoa #AFDB93

Tints of Feijoa #AFDB93

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.48%

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

R = 32.35%
G = 40.48%
B = 27.17%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#AFDB93 (or 0xAFDB93) is known color: Feijoa. HEX triplet: AF, DB and 93. RGB value is (175,219,147). Sum of RGB (Red+Green+Blue) = 175+219+147=541 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.35% from 541); Green value is 219 (85.94% from 255 or 40.48% from 541); Blue value is 147 (57.81% from 255 or 27.17% from 541); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDB93 is #50246C. Grayscale: #C5C5C5. Windows color (decimal): -5252205 or 9690031. OLE color: 9690031.

HSL color Cylindrical-coordinate representation of color #AFDB93: hue angle of 96.67º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AFDB93 is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 219 147 -
CMYK 0.20 0 0.33 0.14
HSL 96.67º 0.5% 0.72% -
HSV(B) 96.67º 0.33% 0.86% -
XYZ 48.28 61.88 37 -
YUV 197.64 99.42 111.85 -
System Red Green Blue C M Y K H S L
Decimal 175 219 147 0.20 0 0.33 0.14 96.67 0.5 0.72
Hex AF DB 93 14 0 21 E 61 32 48
Octal 257 333 223 24 0 41 16 141 62 110
Binary 10101111 11011011 10010011 10100 0 100001 1110 1100001 110010 1001000

Color Harmonies of #AFDB93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDB93

Black with #AFDB93

Text Example


Text Example

White with #AFDB93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDB93; }

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

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

background-color css

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

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

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

border-color css

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

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

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