Html Css Color HEX #A4D278 Feijoa

📋 copy color: '#A4D278'

red 164 ◦ green 210 ◦ blue 120

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

Shades of Feijoa #A4D278

Tints of Feijoa #A4D278

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.51%

 BLUE value IS 120 (47.27% from 255) = 24.29%

R = 33.2%
G = 42.51%
B = 24.29%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#A4D278 (or 0xA4D278) is known color: Feijoa. HEX triplet: A4, D2 and 78. RGB value is (164,210,120). Sum of RGB (Red+Green+Blue) = 164+210+120=494 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.20% from 494); Green value is 210 (82.42% from 255 or 42.51% from 494); Blue value is 120 (47.27% from 255 or 24.29% from 494); Max value from RGB is 210 - color contains mainly: green. Hex color #A4D278 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D278 is #5B2D87. Grayscale: #BABABA. Windows color (decimal): -5975432 or 7918244. OLE color: 7918244.

HSL color Cylindrical-coordinate representation of color #A4D278: hue angle of 90.67º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A4D278 is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 164 210 120 -
CMYK 0.22 0 0.43 0.18
HSL 90.67º 0.5% 0.65% -
HSV(B) 90.67º 0.43% 0.82% -
XYZ 41.75 55.34 26.25 -
YUV 185.99 90.76 112.32 -
System Red Green Blue C M Y K H S L
Decimal 164 210 120 0.22 0 0.43 0.18 90.67 0.5 0.65
Hex A4 D2 78 16 0 2B 12 5B 32 41
Octal 244 322 170 26 0 53 22 133 62 101
Binary 10100100 11010010 1111000 10110 0 101011 10010 1011011 110010 1000001

Color Harmonies of #A4D278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D278

Black with #A4D278

Text Example


Text Example

White with #A4D278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D278; }

 p { color: rgb(164,210,120); }

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

background-color css

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

 a { background-color: rgb(164,210,120); }

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

border-color css

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

 span { border-color: rgb(164,210,120); }

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