Html Css Color HEX #A1D769 Feijoa

📋 copy color: '#A1D769'

red 161 ◦ green 215 ◦ blue 105

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

Shades of Feijoa #A1D769

Tints of Feijoa #A1D769

RGB

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

 GREEN value IS 215 (84.38% from 255) = 44.7%

 BLUE value IS 105 (41.41% from 255) = 21.83%

R = 33.47%
G = 44.7%
B = 21.83%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#A1D769 (or 0xA1D769) is known color: Feijoa. HEX triplet: A1, D7 and 69. RGB value is (161,215,105). Sum of RGB (Red+Green+Blue) = 161+215+105=481 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.47% from 481); Green value is 215 (84.38% from 255 or 44.70% from 481); Blue value is 105 (41.41% from 255 or 21.83% from 481); Max value from RGB is 215 - color contains mainly: green. Hex color #A1D769 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D769 is #5E2896. Grayscale: #BABABA. Windows color (decimal): -6170775 or 6936481. OLE color: 6936481.

HSL color Cylindrical-coordinate representation of color #A1D769: hue angle of 89.45º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A1D769 is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 161 215 105 -
CMYK 0.25 0 0.51 0.16
HSL 89.45º 0.58% 0.63% -
HSV(B) 89.45º 0.51% 0.84% -
XYZ 41.55 57.2 22.22 -
YUV 186.31 82.11 109.94 -
System Red Green Blue C M Y K H S L
Decimal 161 215 105 0.25 0 0.51 0.16 89.45 0.58 0.63
Hex A1 D7 69 19 0 33 10 59 3A 3F
Octal 241 327 151 31 0 63 20 131 72 77
Binary 10100001 11010111 1101001 11001 0 110011 10000 1011001 111010 111111

Color Harmonies of #A1D769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D769

Black with #A1D769

Text Example


Text Example

White with #A1D769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D769; }

 p { color: rgb(161,215,105); }

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

background-color css

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

 a { background-color: rgb(161,215,105); }

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

border-color css

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

 span { border-color: rgb(161,215,105); }

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