Html Css Color HEX #AED545 Conifer

📋 copy color: '#AED545'

red 174 ◦ green 213 ◦ blue 69

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

Shades of Conifer #AED545

Tints of Conifer #AED545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 15.13%

R = 38.16%
G = 46.71%
B = 15.13%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#AED545 (or 0xAED545) is known color: Conifer. HEX triplet: AE, D5 and 45. RGB value is (174,213,69). Sum of RGB (Red+Green+Blue) = 174+213+69=456 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.16% from 456); Green value is 213 (83.59% from 255 or 46.71% from 456); Blue value is 69 (27.34% from 255 or 15.13% from 456); Max value from RGB is 213 - color contains mainly: green. Hex color #AED545 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED545 is #512ABA. Grayscale: #B9B9B9. Windows color (decimal): -5319355 or 4576686. OLE color: 4576686.

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

Color convert

RGB 174 213 69 -
CMYK 0.18 0 0.68 0.16
HSL 76.25º 0.63% 0.55% -
HSV(B) 76.25º 0.68% 0.84% -
XYZ 42.32 57.02 14.4 -
YUV 184.92 62.58 120.21 -
System Red Green Blue C M Y K H S L
Decimal 174 213 69 0.18 0 0.68 0.16 76.25 0.63 0.55
Hex AE D5 45 12 0 44 10 4C 3F 37
Octal 256 325 105 22 0 104 20 114 77 67
Binary 10101110 11010101 1000101 10010 0 1000100 10000 1001100 111111 110111

Color Harmonies of #AED545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED545

Black with #AED545

Text Example


Text Example

White with #AED545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED545; }

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

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

background-color css

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

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

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

border-color css

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

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

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