Html Css Color HEX #AED540 Conifer

📋 copy color: '#AED540'

red 174 ◦ green 213 ◦ blue 64

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

Shades of Conifer #AED540

Tints of Conifer #AED540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.19%

R = 38.58%
G = 47.23%
B = 14.19%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#AED540 (or 0xAED540) is known color: Conifer. HEX triplet: AE, D5 and 40. RGB value is (174,213,64). Sum of RGB (Red+Green+Blue) = 174+213+64=451 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.58% from 451); Green value is 213 (83.59% from 255 or 47.23% from 451); Blue value is 64 (25.39% from 255 or 14.19% from 451); Max value from RGB is 213 - color contains mainly: green. Hex color #AED540 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED540 is #512ABF. Grayscale: #B8B8B8. Windows color (decimal): -5319360 or 4249006. OLE color: 4249006.

HSL color Cylindrical-coordinate representation of color #AED540: hue angle of 75.7º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AED540 is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 213 64 -
CMYK 0.18 0 0.70 0.16
HSL 75.7º 0.64% 0.54% -
HSV(B) 75.7º 0.7% 0.84% -
XYZ 42.18 56.96 13.62 -
YUV 184.35 60.08 120.62 -
System Red Green Blue C M Y K H S L
Decimal 174 213 64 0.18 0 0.70 0.16 75.7 0.64 0.54
Hex AE D5 40 12 0 46 10 4C 40 36
Octal 256 325 100 22 0 106 20 114 100 66
Binary 10101110 11010101 1000000 10010 0 1000110 10000 1001100 1000000 110110

Color Harmonies of #AED540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED540

Black with #AED540

Text Example


Text Example

White with #AED540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED540; }

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

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

background-color css

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

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

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

border-color css

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

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

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