Html Css Color HEX #A3DD8B Feijoa

📋 copy color: '#A3DD8B'

red 163 ◦ green 221 ◦ blue 139

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

Shades of Feijoa #A3DD8B

Tints of Feijoa #A3DD8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 26.58%

R = 31.17%
G = 42.26%
B = 26.58%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#A3DD8B (or 0xA3DD8B) is known color: Feijoa. HEX triplet: A3, DD and 8B. RGB value is (163,221,139). Sum of RGB (Red+Green+Blue) = 163+221+139=523 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.17% from 523); Green value is 221 (86.72% from 255 or 42.26% from 523); Blue value is 139 (54.69% from 255 or 26.58% from 523); Max value from RGB is 221 - color contains mainly: green. Hex color #A3DD8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3DD8B is #5C2274. Grayscale: #C2C2C2. Windows color (decimal): -6038133 or 9166243. OLE color: 9166243.

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

Color convert

RGB 163 221 139 -
CMYK 0.26 0 0.37 0.13
HSL 102.44º 0.55% 0.71% -
HSV(B) 102.44º 0.37% 0.87% -
XYZ 45.62 61.36 33.87 -
YUV 194.31 96.78 105.67 -
System Red Green Blue C M Y K H S L
Decimal 163 221 139 0.26 0 0.37 0.13 102.44 0.55 0.71
Hex A3 DD 8B 1A 0 25 D 66 37 47
Octal 243 335 213 32 0 45 15 146 67 107
Binary 10100011 11011101 10001011 11010 0 100101 1101 1100110 110111 1000111

Color Harmonies of #A3DD8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3DD8B

Black with #A3DD8B

Text Example


Text Example

White with #A3DD8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3DD8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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