Html Css Color HEX #A1DD6C Feijoa

📋 copy color: '#A1DD6C'

red 161 ◦ green 221 ◦ blue 108

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

Shades of Feijoa #A1DD6C

Tints of Feijoa #A1DD6C

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.1%

 BLUE value IS 108 (42.58% from 255) = 22.04%

R = 32.86%
G = 45.1%
B = 22.04%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#A1DD6C (or 0xA1DD6C) is known color: Feijoa. HEX triplet: A1, DD and 6C. RGB value is (161,221,108). Sum of RGB (Red+Green+Blue) = 161+221+108=490 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.86% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 108 (42.58% from 255 or 22.04% from 490); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DD6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DD6C is #5E2293. Grayscale: #BEBEBE. Windows color (decimal): -6169236 or 7134625. OLE color: 7134625.

HSL color Cylindrical-coordinate representation of color #A1DD6C: hue angle of 91.86º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A1DD6C is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 221 108 -
CMYK 0.27 0 0.51 0.13
HSL 91.86º 0.62% 0.65% -
HSV(B) 91.86º 0.51% 0.87% -
XYZ 43.26 60.37 23.56 -
YUV 190.18 81.62 107.19 -
System Red Green Blue C M Y K H S L
Decimal 161 221 108 0.27 0 0.51 0.13 91.86 0.62 0.65
Hex A1 DD 6C 1B 0 33 D 5C 3E 41
Octal 241 335 154 33 0 63 15 134 76 101
Binary 10100001 11011101 1101100 11011 0 110011 1101 1011100 111110 1000001

Color Harmonies of #A1DD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DD6C

Black with #A1DD6C

Text Example


Text Example

White with #A1DD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DD6C; }

 p { color: rgb(161,221,108); }

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

background-color css

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

 a { background-color: rgb(161,221,108); }

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

border-color css

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

 span { border-color: rgb(161,221,108); }

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