Html Css Color HEX #A4DD7A Feijoa

📋 copy color: '#A4DD7A'

red 164 ◦ green 221 ◦ blue 122

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

Shades of Feijoa #A4DD7A

Tints of Feijoa #A4DD7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.06%

R = 32.35%
G = 43.59%
B = 24.06%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#A4DD7A (or 0xA4DD7A) is known color: Feijoa. HEX triplet: A4, DD and 7A. RGB value is (164,221,122). Sum of RGB (Red+Green+Blue) = 164+221+122=507 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.35% from 507); Green value is 221 (86.72% from 255 or 43.59% from 507); Blue value is 122 (48.05% from 255 or 24.06% from 507); Max value from RGB is 221 - color contains mainly: green. Hex color #A4DD7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4DD7A is #5B2285. Grayscale: #C1C1C1. Windows color (decimal): -5972614 or 8052132. OLE color: 8052132.

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

Color convert

RGB 164 221 122 -
CMYK 0.26 0 0.45 0.13
HSL 94.55º 0.59% 0.67% -
HSV(B) 94.55º 0.45% 0.87% -
XYZ 44.68 61.01 27.83 -
YUV 192.67 88.12 107.55 -
System Red Green Blue C M Y K H S L
Decimal 164 221 122 0.26 0 0.45 0.13 94.55 0.59 0.67
Hex A4 DD 7A 1A 0 2D D 5F 3B 43
Octal 244 335 172 32 0 55 15 137 73 103
Binary 10100100 11011101 1111010 11010 0 101101 1101 1011111 111011 1000011

Color Harmonies of #A4DD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DD7A

Black with #A4DD7A

Text Example


Text Example

White with #A4DD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DD7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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