Html Css Color HEX #AED048 Conifer

📋 copy color: '#AED048'

red 174 ◦ green 208 ◦ blue 72

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

Shades of Conifer #AED048

Tints of Conifer #AED048

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.81%

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

R = 38.33%
G = 45.81%
B = 15.86%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#AED048 (or 0xAED048) is known color: Conifer. HEX triplet: AE, D0 and 48. RGB value is (174,208,72). Sum of RGB (Red+Green+Blue) = 174+208+72=454 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.33% from 454); Green value is 208 (81.64% from 255 or 45.81% from 454); Blue value is 72 (28.52% from 255 or 15.86% from 454); Max value from RGB is 208 - color contains mainly: green. Hex color #AED048 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED048 is #512FB7. Grayscale: #B6B6B6. Windows color (decimal): -5320632 or 4772014. OLE color: 4772014.

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

Color convert

RGB 174 208 72 -
CMYK 0.16 0 0.65 0.18
HSL 75º 0.59% 0.55% -
HSV(B) 75º 0.65% 0.82% -
XYZ 41.18 54.58 14.5 -
YUV 182.33 65.74 122.06 -
System Red Green Blue C M Y K H S L
Decimal 174 208 72 0.16 0 0.65 0.18 75 0.59 0.55
Hex AE D0 48 10 0 41 12 4B 3B 37
Octal 256 320 110 20 0 101 22 113 73 67
Binary 10101110 11010000 1001000 10000 0 1000001 10010 1001011 111011 110111

Color Harmonies of #AED048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED048

Black with #AED048

Text Example


Text Example

White with #AED048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED048; }

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

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

background-color css

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

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

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

border-color css

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

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

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