Html Css Color HEX #A6DB83 Feijoa

📋 copy color: '#A6DB83'

red 166 ◦ green 219 ◦ blue 131

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

Shades of Feijoa #A6DB83

Tints of Feijoa #A6DB83

RGB

 RED value IS 166 (65.23% from 255) = 32.17%

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

 BLUE value IS 131 (51.56% from 255) = 25.39%

R = 32.17%
G = 42.44%
B = 25.39%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#A6DB83 (or 0xA6DB83) is known color: Feijoa. HEX triplet: A6, DB and 83. RGB value is (166,219,131). Sum of RGB (Red+Green+Blue) = 166+219+131=516 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.17% from 516); Green value is 219 (85.94% from 255 or 42.44% from 516); Blue value is 131 (51.56% from 255 or 25.39% from 516); Max value from RGB is 219 - color contains mainly: green. Hex color #A6DB83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DB83 is #59247C. Grayscale: #C1C1C1. Windows color (decimal): -5842045 or 8641446. OLE color: 8641446.

HSL color Cylindrical-coordinate representation of color #A6DB83: hue angle of 96.14º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A6DB83 is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 219 131 -
CMYK 0.24 0 0.40 0.14
HSL 96.14º 0.55% 0.69% -
HSV(B) 96.14º 0.4% 0.86% -
XYZ 45.15 60.41 30.75 -
YUV 193.12 92.94 108.66 -
System Red Green Blue C M Y K H S L
Decimal 166 219 131 0.24 0 0.40 0.14 96.14 0.55 0.69
Hex A6 DB 83 18 0 28 E 60 37 45
Octal 246 333 203 30 0 50 16 140 67 105
Binary 10100110 11011011 10000011 11000 0 101000 1110 1100000 110111 1000101

Color Harmonies of #A6DB83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DB83

Black with #A6DB83

Text Example


Text Example

White with #A6DB83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DB83; }

 p { color: rgb(166,219,131); }

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

background-color css

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

 a { background-color: rgb(166,219,131); }

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

border-color css

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

 span { border-color: rgb(166,219,131); }

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