Html Css Color HEX #A6DB75 Feijoa

📋 copy color: '#A6DB75'

red 166 ◦ green 219 ◦ blue 117

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

Shades of Feijoa #A6DB75

Tints of Feijoa #A6DB75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.31%

R = 33.07%
G = 43.63%
B = 23.31%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#A6DB75 (or 0xA6DB75) is known color: Feijoa. HEX triplet: A6, DB and 75. RGB value is (166,219,117). Sum of RGB (Red+Green+Blue) = 166+219+117=502 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.07% from 502); Green value is 219 (85.94% from 255 or 43.63% from 502); Blue value is 117 (46.09% from 255 or 23.31% from 502); Max value from RGB is 219 - color contains mainly: green. Hex color #A6DB75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DB75 is #59248A. Grayscale: #BFBFBF. Windows color (decimal): -5842059 or 7723942. OLE color: 7723942.

HSL color Cylindrical-coordinate representation of color #A6DB75: hue angle of 91.18º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A6DB75 is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 219 117 -
CMYK 0.24 0 0.47 0.14
HSL 91.18º 0.59% 0.66% -
HSV(B) 91.18º 0.47% 0.86% -
XYZ 44.27 60.05 26.09 -
YUV 191.53 85.94 109.79 -
System Red Green Blue C M Y K H S L
Decimal 166 219 117 0.24 0 0.47 0.14 91.18 0.59 0.66
Hex A6 DB 75 18 0 2F E 5B 3B 42
Octal 246 333 165 30 0 57 16 133 73 102
Binary 10100110 11011011 1110101 11000 0 101111 1110 1011011 111011 1000010

Color Harmonies of #A6DB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DB75

Black with #A6DB75

Text Example


Text Example

White with #A6DB75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DB75; }

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

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

background-color css

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

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

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

border-color css

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

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

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