Html Css Color HEX #A3DD8D Feijoa

📋 copy color: '#A3DD8D'

red 163 ◦ green 221 ◦ blue 141

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

Shades of Feijoa #A3DD8D

Tints of Feijoa #A3DD8D

RGB

 RED value IS 163 (64.06% from 255) = 31.05%

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

 BLUE value IS 141 (55.47% from 255) = 26.86%

R = 31.05%
G = 42.1%
B = 26.86%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#A3DD8D (or 0xA3DD8D) is known color: Feijoa. HEX triplet: A3, DD and 8D. RGB value is (163,221,141). Sum of RGB (Red+Green+Blue) = 163+221+141=525 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.05% from 525); Green value is 221 (86.72% from 255 or 42.10% from 525); Blue value is 141 (55.47% from 255 or 26.86% from 525); Max value from RGB is 221 - color contains mainly: green. Hex color #A3DD8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3DD8D is #5C2272. Grayscale: #C2C2C2. Windows color (decimal): -6038131 or 9297315. OLE color: 9297315.

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

Color convert

RGB 163 221 141 -
CMYK 0.26 0 0.36 0.13
HSL 103.5º 0.54% 0.71% -
HSV(B) 103.5º 0.36% 0.87% -
XYZ 45.77 61.42 34.64 -
YUV 194.54 97.78 105.5 -
System Red Green Blue C M Y K H S L
Decimal 163 221 141 0.26 0 0.36 0.13 103.5 0.54 0.71
Hex A3 DD 8D 1A 0 24 D 68 36 47
Octal 243 335 215 32 0 44 15 150 66 107
Binary 10100011 11011101 10001101 11010 0 100100 1101 1101000 110110 1000111

Color Harmonies of #A3DD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3DD8D

Black with #A3DD8D

Text Example


Text Example

White with #A3DD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3DD8D; }

 p { color: rgb(163,221,141); }

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

background-color css

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

 a { background-color: rgb(163,221,141); }

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

border-color css

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

 span { border-color: rgb(163,221,141); }

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