Html Css Color HEX #AEDB48 Conifer

📋 copy color: '#AEDB48'

red 174 ◦ green 219 ◦ blue 72

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

Shades of Conifer #AEDB48

Tints of Conifer #AEDB48

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47.1%

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

R = 37.42%
G = 47.1%
B = 15.48%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#AEDB48 (or 0xAEDB48) is known color: Conifer. HEX triplet: AE, DB and 48. RGB value is (174,219,72). Sum of RGB (Red+Green+Blue) = 174+219+72=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 219 (85.94% from 255 or 47.10% from 465); Blue value is 72 (28.52% from 255 or 15.48% from 465); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEDB48 is #5124B7. Grayscale: #BDBDBD. Windows color (decimal): -5317816 or 4774830. OLE color: 4774830.

HSL color Cylindrical-coordinate representation of color #AEDB48: hue angle of 78.37º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AEDB48 is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 219 72 -
CMYK 0.21 0 0.67 0.14
HSL 78.37º 0.67% 0.57% -
HSV(B) 78.37º 0.67% 0.86% -
XYZ 43.96 60.13 15.42 -
YUV 188.79 62.09 117.45 -
System Red Green Blue C M Y K H S L
Decimal 174 219 72 0.21 0 0.67 0.14 78.37 0.67 0.57
Hex AE DB 48 15 0 43 E 4E 43 39
Octal 256 333 110 25 0 103 16 116 103 71
Binary 10101110 11011011 1001000 10101 0 1000011 1110 1001110 1000011 111001

Color Harmonies of #AEDB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDB48

Black with #AEDB48

Text Example


Text Example

White with #AEDB48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDB48; }

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

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

background-color css

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

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

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

border-color css

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

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

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