Html Css Color HEX #A4DD6A Feijoa

📋 copy color: '#A4DD6A'

red 164 ◦ green 221 ◦ blue 106

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

Shades of Feijoa #A4DD6A

Tints of Feijoa #A4DD6A

RGB

 RED value IS 164 (64.45% from 255) = 33.4%

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

 BLUE value IS 106 (41.8% from 255) = 21.59%

R = 33.4%
G = 45.01%
B = 21.59%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#A4DD6A (or 0xA4DD6A) is known color: Feijoa. HEX triplet: A4, DD and 6A. RGB value is (164,221,106). Sum of RGB (Red+Green+Blue) = 164+221+106=491 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.40% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 106 (41.80% from 255 or 21.59% from 491); Max value from RGB is 221 - color contains mainly: green. Hex color #A4DD6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4DD6A is #5B2295. Grayscale: #BFBFBF. Windows color (decimal): -5972630 or 7003556. OLE color: 7003556.

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

Color convert

RGB 164 221 106 -
CMYK 0.26 0 0.52 0.13
HSL 89.74º 0.63% 0.64% -
HSV(B) 89.74º 0.52% 0.87% -
XYZ 43.77 60.65 23.03 -
YUV 190.85 80.12 108.85 -
System Red Green Blue C M Y K H S L
Decimal 164 221 106 0.26 0 0.52 0.13 89.74 0.63 0.64
Hex A4 DD 6A 1A 0 34 D 5A 3F 40
Octal 244 335 152 32 0 64 15 132 77 100
Binary 10100100 11011101 1101010 11010 0 110100 1101 1011010 111111 1000000

Color Harmonies of #A4DD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DD6A

Black with #A4DD6A

Text Example


Text Example

White with #A4DD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DD6A; }

 p { color: rgb(164,221,106); }

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

background-color css

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

 a { background-color: rgb(164,221,106); }

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

border-color css

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

 span { border-color: rgb(164,221,106); }

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