Html Css Color HEX #A4D27F Feijoa

📋 copy color: '#A4D27F'

red 164 ◦ green 210 ◦ blue 127

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

Shades of Feijoa #A4D27F

Tints of Feijoa #A4D27F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.35%

R = 32.73%
G = 41.92%
B = 25.35%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#A4D27F (or 0xA4D27F) is known color: Feijoa. HEX triplet: A4, D2 and 7F. RGB value is (164,210,127). Sum of RGB (Red+Green+Blue) = 164+210+127=501 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.73% from 501); Green value is 210 (82.42% from 255 or 41.92% from 501); Blue value is 127 (50% from 255 or 25.35% from 501); Max value from RGB is 210 - color contains mainly: green. Hex color #A4D27F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D27F is #5B2D80. Grayscale: #BBBBBB. Windows color (decimal): -5975425 or 8376996. OLE color: 8376996.

HSL color Cylindrical-coordinate representation of color #A4D27F: hue angle of 93.25º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A4D27F is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 164 210 127 -
CMYK 0.22 0 0.40 0.18
HSL 93.25º 0.48% 0.66% -
HSV(B) 93.25º 0.4% 0.82% -
XYZ 42.19 55.52 28.57 -
YUV 186.78 94.26 111.75 -
System Red Green Blue C M Y K H S L
Decimal 164 210 127 0.22 0 0.40 0.18 93.25 0.48 0.66
Hex A4 D2 7F 16 0 28 12 5D 30 42
Octal 244 322 177 26 0 50 22 135 60 102
Binary 10100100 11010010 1111111 10110 0 101000 10010 1011101 110000 1000010

Color Harmonies of #A4D27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D27F

Black with #A4D27F

Text Example


Text Example

White with #A4D27F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D27F; }

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

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

background-color css

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

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

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

border-color css

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

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

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