Html Css Color HEX #A4CE5E Conifer

📋 copy color: '#A4CE5E'

red 164 ◦ green 206 ◦ blue 94

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

Shades of Conifer #A4CE5E

Tints of Conifer #A4CE5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.26%

R = 35.34%
G = 44.4%
B = 20.26%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#A4CE5E (or 0xA4CE5E) is known color: Conifer. HEX triplet: A4, CE and 5E. RGB value is (164,206,94). Sum of RGB (Red+Green+Blue) = 164+206+94=464 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.34% from 464); Green value is 206 (80.86% from 255 or 44.40% from 464); Blue value is 94 (37.11% from 255 or 20.26% from 464); Max value from RGB is 206 - color contains mainly: green. Hex color #A4CE5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4CE5E is #5B31A1. Grayscale: #B5B5B5. Windows color (decimal): -5976482 or 6213284. OLE color: 6213284.

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

Color convert

RGB 164 206 94 -
CMYK 0.20 0 0.54 0.19
HSL 82.5º 0.53% 0.59% -
HSV(B) 82.5º 0.54% 0.81% -
XYZ 39.4 52.84 18.71 -
YUV 180.67 79.09 116.11 -
System Red Green Blue C M Y K H S L
Decimal 164 206 94 0.20 0 0.54 0.19 82.5 0.53 0.59
Hex A4 CE 5E 14 0 36 13 52 35 3B
Octal 244 316 136 24 0 66 23 122 65 73
Binary 10100100 11001110 1011110 10100 0 110110 10011 1010010 110101 111011

Color Harmonies of #A4CE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CE5E

Black with #A4CE5E

Text Example


Text Example

White with #A4CE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CE5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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