Html Css Color HEX #A4D275 Feijoa

📋 copy color: '#A4D275'

red 164 ◦ green 210 ◦ blue 117

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

Shades of Feijoa #A4D275

Tints of Feijoa #A4D275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.83%

R = 33.4%
G = 42.77%
B = 23.83%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#A4D275 (or 0xA4D275) is known color: Feijoa. HEX triplet: A4, D2 and 75. RGB value is (164,210,117). Sum of RGB (Red+Green+Blue) = 164+210+117=491 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.40% from 491); Green value is 210 (82.42% from 255 or 42.77% from 491); Blue value is 117 (46.09% from 255 or 23.83% from 491); Max value from RGB is 210 - color contains mainly: green. Hex color #A4D275 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D275 is #5B2D8A. Grayscale: #B9B9B9. Windows color (decimal): -5975435 or 7721636. OLE color: 7721636.

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

Color convert

RGB 164 210 117 -
CMYK 0.22 0 0.44 0.18
HSL 89.68º 0.51% 0.64% -
HSV(B) 89.68º 0.44% 0.82% -
XYZ 41.57 55.27 25.31 -
YUV 185.64 89.26 112.56 -
System Red Green Blue C M Y K H S L
Decimal 164 210 117 0.22 0 0.44 0.18 89.68 0.51 0.64
Hex A4 D2 75 16 0 2C 12 5A 33 40
Octal 244 322 165 26 0 54 22 132 63 100
Binary 10100100 11010010 1110101 10110 0 101100 10010 1011010 110011 1000000

Color Harmonies of #A4D275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D275

Black with #A4D275

Text Example


Text Example

White with #A4D275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D275; }

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

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

background-color css

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

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

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

border-color css

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

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

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