Html Css Color HEX #A3DB8B Feijoa

📋 copy color: '#A3DB8B'

red 163 ◦ green 219 ◦ blue 139

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

Shades of Feijoa #A3DB8B

Tints of Feijoa #A3DB8B

RGB

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

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

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

R = 31.29%
G = 42.03%
B = 26.68%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#A3DB8B (or 0xA3DB8B) is known color: Feijoa. HEX triplet: A3, DB and 8B. RGB value is (163,219,139). Sum of RGB (Red+Green+Blue) = 163+219+139=521 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.29% from 521); Green value is 219 (85.94% from 255 or 42.03% from 521); Blue value is 139 (54.69% from 255 or 26.68% from 521); Max value from RGB is 219 - color contains mainly: green. Hex color #A3DB8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3DB8B is #5C2474. Grayscale: #C1C1C1. Windows color (decimal): -6038645 or 9165731. OLE color: 9165731.

HSL color Cylindrical-coordinate representation of color #A3DB8B: hue angle of 102º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A3DB8B is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 163 219 139 -
CMYK 0.26 0 0.37 0.14
HSL 102º 0.53% 0.7% -
HSV(B) 102º 0.37% 0.86% -
XYZ 45.1 60.31 33.69 -
YUV 193.14 97.45 106.5 -
System Red Green Blue C M Y K H S L
Decimal 163 219 139 0.26 0 0.37 0.14 102 0.53 0.7
Hex A3 DB 8B 1A 0 25 E 66 35 46
Octal 243 333 213 32 0 45 16 146 65 106
Binary 10100011 11011011 10001011 11010 0 100101 1110 1100110 110101 1000110

Color Harmonies of #A3DB8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3DB8B

Black with #A3DB8B

Text Example


Text Example

White with #A3DB8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3DB8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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