Html Css Color HEX #A4D484 Feijoa

📋 copy color: '#A4D484'

red 164 ◦ green 212 ◦ blue 132

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

Shades of Feijoa #A4D484

Tints of Feijoa #A4D484

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.73%

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

R = 32.28%
G = 41.73%
B = 25.98%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.38

 K value IS 0.17

RGB Variations

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

Color information

#A4D484 (or 0xA4D484) is known color: Feijoa. HEX triplet: A4, D4 and 84. RGB value is (164,212,132). Sum of RGB (Red+Green+Blue) = 164+212+132=508 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.28% from 508); Green value is 212 (83.20% from 255 or 41.73% from 508); Blue value is 132 (51.95% from 255 or 25.98% from 508); Max value from RGB is 212 - color contains mainly: green. Hex color #A4D484 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D484 is #5B2B7B. Grayscale: #BCBCBC. Windows color (decimal): -5974908 or 8705188. OLE color: 8705188.

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

Color convert

RGB 164 212 132 -
CMYK 0.23 0 0.38 0.17
HSL 96º 0.48% 0.67% -
HSV(B) 96º 0.38% 0.83% -
XYZ 43.02 56.65 30.5 -
YUV 188.53 96.1 110.5 -
System Red Green Blue C M Y K H S L
Decimal 164 212 132 0.23 0 0.38 0.17 96 0.48 0.67
Hex A4 D4 84 17 0 26 11 60 30 43
Octal 244 324 204 27 0 46 21 140 60 103
Binary 10100100 11010100 10000100 10111 0 100110 10001 1100000 110000 1000011

Color Harmonies of #A4D484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D484

Black with #A4D484

Text Example


Text Example

White with #A4D484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D484; }

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

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

background-color css

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

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

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

border-color css

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

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

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