Html Css Color HEX #A1DB75 Feijoa

📋 copy color: '#A1DB75'

red 161 ◦ green 219 ◦ blue 117

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

Shades of Feijoa #A1DB75

Tints of Feijoa #A1DB75

RGB

 RED value IS 161 (63.28% from 255) = 32.39%

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

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

R = 32.39%
G = 44.06%
B = 23.54%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#A1DB75 (or 0xA1DB75) is known color: Feijoa. HEX triplet: A1, DB and 75. RGB value is (161,219,117). Sum of RGB (Red+Green+Blue) = 161+219+117=497 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.39% from 497); Green value is 219 (85.94% from 255 or 44.06% from 497); Blue value is 117 (46.09% from 255 or 23.54% from 497); Max value from RGB is 219 - color contains mainly: green. Hex color #A1DB75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DB75 is #5E248A. Grayscale: #BEBEBE. Windows color (decimal): -6169739 or 7723937. OLE color: 7723937.

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

Color convert

RGB 161 219 117 -
CMYK 0.26 0 0.47 0.14
HSL 94.12º 0.59% 0.66% -
HSV(B) 94.12º 0.47% 0.86% -
XYZ 43.24 59.52 26.04 -
YUV 190.03 86.78 107.29 -
System Red Green Blue C M Y K H S L
Decimal 161 219 117 0.26 0 0.47 0.14 94.12 0.59 0.66
Hex A1 DB 75 1A 0 2F E 5E 3B 42
Octal 241 333 165 32 0 57 16 136 73 102
Binary 10100001 11011011 1110101 11010 0 101111 1110 1011110 111011 1000010

Color Harmonies of #A1DB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DB75

Black with #A1DB75

Text Example


Text Example

White with #A1DB75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DB75; }

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

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

background-color css

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

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

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

border-color css

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

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

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