Html Css Color HEX #AED548 Conifer

📋 copy color: '#AED548'

red 174 ◦ green 213 ◦ blue 72

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

Shades of Conifer #AED548

Tints of Conifer #AED548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.69%

R = 37.91%
G = 46.41%
B = 15.69%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#AED548 (or 0xAED548) is known color: Conifer. HEX triplet: AE, D5 and 48. RGB value is (174,213,72). Sum of RGB (Red+Green+Blue) = 174+213+72=459 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.91% from 459); Green value is 213 (83.59% from 255 or 46.41% from 459); Blue value is 72 (28.52% from 255 or 15.69% from 459); Max value from RGB is 213 - color contains mainly: green. Hex color #AED548 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED548 is #512AB7. Grayscale: #B9B9B9. Windows color (decimal): -5319352 or 4773294. OLE color: 4773294.

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

Color convert

RGB 174 213 72 -
CMYK 0.18 0 0.66 0.16
HSL 76.6º 0.63% 0.56% -
HSV(B) 76.6º 0.66% 0.84% -
XYZ 42.42 57.06 14.91 -
YUV 185.27 64.08 119.96 -
System Red Green Blue C M Y K H S L
Decimal 174 213 72 0.18 0 0.66 0.16 76.6 0.63 0.56
Hex AE D5 48 12 0 42 10 4D 3F 38
Octal 256 325 110 22 0 102 20 115 77 70
Binary 10101110 11010101 1001000 10010 0 1000010 10000 1001101 111111 111000

Color Harmonies of #AED548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED548

Black with #AED548

Text Example


Text Example

White with #AED548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED548; }

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

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

background-color css

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

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

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

border-color css

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

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

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