Html Css Color HEX #AECD5E Conifer

📋 copy color: '#AECD5E'

red 174 ◦ green 205 ◦ blue 94

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

Shades of Conifer #AECD5E

Tints of Conifer #AECD5E

RGB

 RED value IS 174 (68.36% from 255) = 36.79%

 GREEN value IS 205 (80.47% from 255) = 43.34%

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

R = 36.79%
G = 43.34%
B = 19.87%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#AECD5E (or 0xAECD5E) is known color: Conifer. HEX triplet: AE, CD and 5E. RGB value is (174,205,94). Sum of RGB (Red+Green+Blue) = 174+205+94=473 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.79% from 473); Green value is 205 (80.47% from 255 or 43.34% from 473); Blue value is 94 (37.11% from 255 or 19.87% from 473); Max value from RGB is 205 - color contains mainly: green. Hex color #AECD5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECD5E is #5132A1. Grayscale: #B7B7B7. Windows color (decimal): -5321378 or 6213038. OLE color: 6213038.

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

Color convert

RGB 174 205 94 -
CMYK 0.15 0 0.54 0.20
HSL 76.76º 0.53% 0.59% -
HSV(B) 76.76º 0.54% 0.8% -
XYZ 41.31 53.47 18.73 -
YUV 183.08 77.73 121.53 -
System Red Green Blue C M Y K H S L
Decimal 174 205 94 0.15 0 0.54 0.20 76.76 0.53 0.59
Hex AE CD 5E F 0 36 14 4D 35 3B
Octal 256 315 136 17 0 66 24 115 65 73
Binary 10101110 11001101 1011110 1111 0 110110 10100 1001101 110101 111011

Color Harmonies of #AECD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECD5E

Black with #AECD5E

Text Example


Text Example

White with #AECD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECD5E; }

 p { color: rgb(174,205,94); }

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

background-color css

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

 a { background-color: rgb(174,205,94); }

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

border-color css

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

 span { border-color: rgb(174,205,94); }

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