Html Css Color HEX #AECD5D Conifer

📋 copy color: '#AECD5D'

red 174 ◦ green 205 ◦ blue 93

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

Shades of Conifer #AECD5D

Tints of Conifer #AECD5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.7%

R = 36.86%
G = 43.43%
B = 19.7%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#AECD5D (or 0xAECD5D) is known color: Conifer. HEX triplet: AE, CD and 5D. RGB value is (174,205,93). Sum of RGB (Red+Green+Blue) = 174+205+93=472 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.86% from 472); Green value is 205 (80.47% from 255 or 43.43% from 472); Blue value is 93 (36.72% from 255 or 19.70% from 472); Max value from RGB is 205 - color contains mainly: green. Hex color #AECD5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECD5D is #5132A2. Grayscale: #B7B7B7. Windows color (decimal): -5321379 or 6147502. OLE color: 6147502.

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

Color convert

RGB 174 205 93 -
CMYK 0.15 0 0.55 0.20
HSL 76.61º 0.53% 0.58% -
HSV(B) 76.61º 0.55% 0.8% -
XYZ 41.26 53.45 18.5 -
YUV 182.96 77.23 121.61 -
System Red Green Blue C M Y K H S L
Decimal 174 205 93 0.15 0 0.55 0.20 76.61 0.53 0.58
Hex AE CD 5D F 0 37 14 4D 35 3A
Octal 256 315 135 17 0 67 24 115 65 72
Binary 10101110 11001101 1011101 1111 0 110111 10100 1001101 110101 111010

Color Harmonies of #AECD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECD5D

Black with #AECD5D

Text Example


Text Example

White with #AECD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECD5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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