Html Css Color HEX #A4CE85 Feijoa

📋 copy color: '#A4CE85'

red 164 ◦ green 206 ◦ blue 133

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

Shades of Feijoa #A4CE85

Tints of Feijoa #A4CE85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 26.44%

R = 32.6%
G = 40.95%
B = 26.44%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.35

 K value IS 0.19

RGB Variations

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

Color information

#A4CE85 (or 0xA4CE85) is known color: Feijoa. HEX triplet: A4, CE and 85. RGB value is (164,206,133). Sum of RGB (Red+Green+Blue) = 164+206+133=503 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.60% from 503); Green value is 206 (80.86% from 255 or 40.95% from 503); Blue value is 133 (52.34% from 255 or 26.44% from 503); Max value from RGB is 206 - color contains mainly: green. Hex color #A4CE85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CE85 is #5B317A. Grayscale: #B9B9B9. Windows color (decimal): -5976443 or 8769188. OLE color: 8769188.

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

Color convert

RGB 164 206 133 -
CMYK 0.20 0 0.35 0.19
HSL 94.52º 0.43% 0.66% -
HSV(B) 94.52º 0.35% 0.81% -
XYZ 41.61 53.73 30.37 -
YUV 185.12 98.59 112.94 -
System Red Green Blue C M Y K H S L
Decimal 164 206 133 0.20 0 0.35 0.19 94.52 0.43 0.66
Hex A4 CE 85 14 0 23 13 5F 2B 42
Octal 244 316 205 24 0 43 23 137 53 102
Binary 10100100 11001110 10000101 10100 0 100011 10011 1011111 101011 1000010

Color Harmonies of #A4CE85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CE85

Black with #A4CE85

Text Example


Text Example

White with #A4CE85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CE85; }

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

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

background-color css

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

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

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

border-color css

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

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

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