Html Css Color HEX #A1DD68 Feijoa

📋 copy color: '#A1DD68'

red 161 ◦ green 221 ◦ blue 104

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

Shades of Feijoa #A1DD68

Tints of Feijoa #A1DD68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.4%

R = 33.13%
G = 45.47%
B = 21.4%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#A1DD68 (or 0xA1DD68) is known color: Feijoa. HEX triplet: A1, DD and 68. RGB value is (161,221,104). Sum of RGB (Red+Green+Blue) = 161+221+104=486 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.13% from 486); Green value is 221 (86.72% from 255 or 45.47% from 486); Blue value is 104 (41.02% from 255 or 21.40% from 486); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DD68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DD68 is #5E2297. Grayscale: #BEBEBE. Windows color (decimal): -6169240 or 6872481. OLE color: 6872481.

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

Color convert

RGB 161 221 104 -
CMYK 0.27 0 0.53 0.13
HSL 90.77º 0.63% 0.64% -
HSV(B) 90.77º 0.53% 0.87% -
XYZ 43.05 60.29 22.46 -
YUV 189.72 79.62 107.51 -
System Red Green Blue C M Y K H S L
Decimal 161 221 104 0.27 0 0.53 0.13 90.77 0.63 0.64
Hex A1 DD 68 1B 0 35 D 5B 3F 40
Octal 241 335 150 33 0 65 15 133 77 100
Binary 10100001 11011101 1101000 11011 0 110101 1101 1011011 111111 1000000

Color Harmonies of #A1DD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DD68

Black with #A1DD68

Text Example


Text Example

White with #A1DD68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DD68; }

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

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

background-color css

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

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

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

border-color css

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

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

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