Html Css Color HEX #A4CE7D Feijoa

📋 copy color: '#A4CE7D'

red 164 ◦ green 206 ◦ blue 125

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

Shades of Feijoa #A4CE7D

Tints of Feijoa #A4CE7D

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.62%

 BLUE value IS 125 (49.22% from 255) = 25.25%

R = 33.13%
G = 41.62%
B = 25.25%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#A4CE7D (or 0xA4CE7D) is known color: Feijoa. HEX triplet: A4, CE and 7D. RGB value is (164,206,125). Sum of RGB (Red+Green+Blue) = 164+206+125=495 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.13% from 495); Green value is 206 (80.86% from 255 or 41.62% from 495); Blue value is 125 (49.22% from 255 or 25.25% from 495); Max value from RGB is 206 - color contains mainly: green. Hex color #A4CE7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4CE7D is #5B3182. Grayscale: #B8B8B8. Windows color (decimal): -5976451 or 8244900. OLE color: 8244900.

HSL color Cylindrical-coordinate representation of color #A4CE7D: hue angle of 91.11º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A4CE7D is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 206 125 -
CMYK 0.20 0 0.39 0.19
HSL 91.11º 0.45% 0.65% -
HSV(B) 91.11º 0.39% 0.81% -
XYZ 41.08 53.52 27.57 -
YUV 184.21 94.59 113.59 -
System Red Green Blue C M Y K H S L
Decimal 164 206 125 0.20 0 0.39 0.19 91.11 0.45 0.65
Hex A4 CE 7D 14 0 27 13 5B 2D 41
Octal 244 316 175 24 0 47 23 133 55 101
Binary 10100100 11001110 1111101 10100 0 100111 10011 1011011 101101 1000001

Color Harmonies of #A4CE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CE7D

Black with #A4CE7D

Text Example


Text Example

White with #A4CE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CE7D; }

 p { color: rgb(164,206,125); }

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

background-color css

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

 a { background-color: rgb(164,206,125); }

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

border-color css

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

 span { border-color: rgb(164,206,125); }

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