Html Css Color HEX #AED144 Conifer

📋 copy color: '#AED144'

red 174 ◦ green 209 ◦ blue 68

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

Shades of Conifer #AED144

Tints of Conifer #AED144

RGB

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

 GREEN value IS 209 (82.03% from 255) = 46.34%

 BLUE value IS 68 (26.95% from 255) = 15.08%

R = 38.58%
G = 46.34%
B = 15.08%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#AED144 (or 0xAED144) is known color: Conifer. HEX triplet: AE, D1 and 44. RGB value is (174,209,68). Sum of RGB (Red+Green+Blue) = 174+209+68=451 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.58% from 451); Green value is 209 (82.03% from 255 or 46.34% from 451); Blue value is 68 (26.95% from 255 or 15.08% from 451); Max value from RGB is 209 - color contains mainly: green. Hex color #AED144 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED144 is #512EBB. Grayscale: #B6B6B6. Windows color (decimal): -5320380 or 4510126. OLE color: 4510126.

HSL color Cylindrical-coordinate representation of color #AED144: hue angle of 74.89º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AED144 is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 209 68 -
CMYK 0.17 0 0.67 0.18
HSL 74.89º 0.61% 0.54% -
HSV(B) 74.89º 0.67% 0.82% -
XYZ 41.3 55.02 13.91 -
YUV 182.46 63.4 121.96 -
System Red Green Blue C M Y K H S L
Decimal 174 209 68 0.17 0 0.67 0.18 74.89 0.61 0.54
Hex AE D1 44 11 0 43 12 4B 3D 36
Octal 256 321 104 21 0 103 22 113 75 66
Binary 10101110 11010001 1000100 10001 0 1000011 10010 1001011 111101 110110

Color Harmonies of #AED144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED144

Black with #AED144

Text Example


Text Example

White with #AED144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED144; }

 p { color: rgb(174,209,68); }

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

background-color css

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

 a { background-color: rgb(174,209,68); }

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

border-color css

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

 span { border-color: rgb(174,209,68); }

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