Html Css Color HEX #A4D384 Feijoa

📋 copy color: '#A4D384'

red 164 ◦ green 211 ◦ blue 132

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

Shades of Feijoa #A4D384

Tints of Feijoa #A4D384

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.62%

 BLUE value IS 132 (51.95% from 255) = 26.04%

R = 32.35%
G = 41.62%
B = 26.04%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#A4D384 (or 0xA4D384) is known color: Feijoa. HEX triplet: A4, D3 and 84. RGB value is (164,211,132). Sum of RGB (Red+Green+Blue) = 164+211+132=507 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.35% from 507); Green value is 211 (82.81% from 255 or 41.62% from 507); Blue value is 132 (51.95% from 255 or 26.04% from 507); Max value from RGB is 211 - color contains mainly: green. Hex color #A4D384 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D384 is #5B2C7B. Grayscale: #BCBCBC. Windows color (decimal): -5975164 or 8704932. OLE color: 8704932.

HSL color Cylindrical-coordinate representation of color #A4D384: hue angle of 95.7º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A4D384 is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB 164 211 132 -
CMYK 0.22 0 0.37 0.17
HSL 95.7º 0.47% 0.67% -
HSV(B) 95.7º 0.37% 0.83% -
XYZ 42.77 56.15 30.41 -
YUV 187.94 96.43 110.92 -
System Red Green Blue C M Y K H S L
Decimal 164 211 132 0.22 0 0.37 0.17 95.7 0.47 0.67
Hex A4 D3 84 16 0 25 11 60 2F 43
Octal 244 323 204 26 0 45 21 140 57 103
Binary 10100100 11010011 10000100 10110 0 100101 10001 1100000 101111 1000011

Color Harmonies of #A4D384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D384

Black with #A4D384

Text Example


Text Example

White with #A4D384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D384; }

 p { color: rgb(164,211,132); }

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

background-color css

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

 a { background-color: rgb(164,211,132); }

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

border-color css

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

 span { border-color: rgb(164,211,132); }

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