Html Css Color HEX #A3DB8A Feijoa

📋 copy color: '#A3DB8A'

red 163 ◦ green 219 ◦ blue 138

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

Shades of Feijoa #A3DB8A

Tints of Feijoa #A3DB8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.54%

R = 31.35%
G = 42.12%
B = 26.54%

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

#A3DB8A (or 0xA3DB8A) is known color: Feijoa. HEX triplet: A3, DB and 8A. RGB value is (163,219,138). Sum of RGB (Red+Green+Blue) = 163+219+138=520 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.35% from 520); Green value is 219 (85.94% from 255 or 42.12% from 520); Blue value is 138 (54.30% from 255 or 26.54% from 520); Max value from RGB is 219 - color contains mainly: green. Hex color #A3DB8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3DB8A is #5C2475. Grayscale: #C1C1C1. Windows color (decimal): -6038646 or 9100195. OLE color: 9100195.

HSL color Cylindrical-coordinate representation of color #A3DB8A: hue angle of 101.48º 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 #A3DB8A is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 163 219 138 -
CMYK 0.26 0 0.37 0.14
HSL 101.48º 0.53% 0.7% -
HSV(B) 101.48º 0.37% 0.86% -
XYZ 45.02 60.28 33.31 -
YUV 193.02 96.95 106.59 -
System Red Green Blue C M Y K H S L
Decimal 163 219 138 0.26 0 0.37 0.14 101.48 0.53 0.7
Hex A3 DB 8A 1A 0 25 E 65 35 46
Octal 243 333 212 32 0 45 16 145 65 106
Binary 10100011 11011011 10001010 11010 0 100101 1110 1100101 110101 1000110

Color Harmonies of #A3DB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3DB8A

Black with #A3DB8A

Text Example


Text Example

White with #A3DB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3DB8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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