Html Css Color HEX #AED546 Conifer

📋 copy color: '#AED546'

red 174 ◦ green 213 ◦ blue 70

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

Shades of Conifer #AED546

Tints of Conifer #AED546

RGB

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

 GREEN value IS 213 (83.59% from 255) = 46.61%

 BLUE value IS 70 (27.73% from 255) = 15.32%

R = 38.07%
G = 46.61%
B = 15.32%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#AED546 (or 0xAED546) is known color: Conifer. HEX triplet: AE, D5 and 46. RGB value is (174,213,70). Sum of RGB (Red+Green+Blue) = 174+213+70=457 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.07% from 457); Green value is 213 (83.59% from 255 or 46.61% from 457); Blue value is 70 (27.73% from 255 or 15.32% from 457); Max value from RGB is 213 - color contains mainly: green. Hex color #AED546 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED546 is #512AB9. Grayscale: #B9B9B9. Windows color (decimal): -5319354 or 4642222. OLE color: 4642222.

HSL color Cylindrical-coordinate representation of color #AED546: hue angle of 76.36º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AED546 is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 213 70 -
CMYK 0.18 0 0.67 0.16
HSL 76.36º 0.63% 0.55% -
HSV(B) 76.36º 0.67% 0.84% -
XYZ 42.36 57.03 14.57 -
YUV 185.04 63.08 120.13 -
System Red Green Blue C M Y K H S L
Decimal 174 213 70 0.18 0 0.67 0.16 76.36 0.63 0.55
Hex AE D5 46 12 0 43 10 4C 3F 37
Octal 256 325 106 22 0 103 20 114 77 67
Binary 10101110 11010101 1000110 10010 0 1000011 10000 1001100 111111 110111

Color Harmonies of #AED546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED546

Black with #AED546

Text Example


Text Example

White with #AED546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED546; }

 p { color: rgb(174,213,70); }

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

background-color css

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

 a { background-color: rgb(174,213,70); }

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

border-color css

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

 span { border-color: rgb(174,213,70); }

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