Html Css Color HEX #AECD53 Conifer

📋 copy color: '#AECD53'

red 174 ◦ green 205 ◦ blue 83

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

Shades of Conifer #AECD53

Tints of Conifer #AECD53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 17.97%

R = 37.66%
G = 44.37%
B = 17.97%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.60

 K value IS 0.20

RGB Variations

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

Color information

#AECD53 (or 0xAECD53) is known color: Conifer. HEX triplet: AE, CD and 53. RGB value is (174,205,83). Sum of RGB (Red+Green+Blue) = 174+205+83=462 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.66% from 462); Green value is 205 (80.47% from 255 or 44.37% from 462); Blue value is 83 (32.81% from 255 or 17.97% from 462); Max value from RGB is 205 - color contains mainly: green. Hex color #AECD53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECD53 is #5132AC. Grayscale: #B6B6B6. Windows color (decimal): -5321389 or 5492142. OLE color: 5492142.

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

Color convert

RGB 174 205 83 -
CMYK 0.15 0 0.60 0.20
HSL 75.25º 0.55% 0.56% -
HSV(B) 75.25º 0.6% 0.8% -
XYZ 40.85 53.29 16.32 -
YUV 181.82 72.23 122.42 -
System Red Green Blue C M Y K H S L
Decimal 174 205 83 0.15 0 0.60 0.20 75.25 0.55 0.56
Hex AE CD 53 F 0 3C 14 4B 37 38
Octal 256 315 123 17 0 74 24 113 67 70
Binary 10101110 11001101 1010011 1111 0 111100 10100 1001011 110111 111000

Color Harmonies of #AECD53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECD53

Black with #AECD53

Text Example


Text Example

White with #AECD53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECD53; }

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

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

background-color css

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

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

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

border-color css

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

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

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