Html Css Color HEX #AED060 Conifer

📋 copy color: '#AED060'

red 174 ◦ green 208 ◦ blue 96

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

Shades of Conifer #AED060

Tints of Conifer #AED060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.08%

R = 36.4%
G = 43.51%
B = 20.08%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#AED060 (or 0xAED060) is known color: Conifer. HEX triplet: AE, D0 and 60. RGB value is (174,208,96). Sum of RGB (Red+Green+Blue) = 174+208+96=478 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.40% from 478); Green value is 208 (81.64% from 255 or 43.51% from 478); Blue value is 96 (37.89% from 255 or 20.08% from 478); Max value from RGB is 208 - color contains mainly: green. Hex color #AED060 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED060 is #512F9F. Grayscale: #B9B9B9. Windows color (decimal): -5320608 or 6344878. OLE color: 6344878.

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

Color convert

RGB 174 208 96 -
CMYK 0.16 0 0.54 0.18
HSL 78.21º 0.54% 0.6% -
HSV(B) 78.21º 0.54% 0.82% -
XYZ 42.12 54.95 19.45 -
YUV 185.07 77.74 120.11 -
System Red Green Blue C M Y K H S L
Decimal 174 208 96 0.16 0 0.54 0.18 78.21 0.54 0.6
Hex AE D0 60 10 0 36 12 4E 36 3C
Octal 256 320 140 20 0 66 22 116 66 74
Binary 10101110 11010000 1100000 10000 0 110110 10010 1001110 110110 111100

Color Harmonies of #AED060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED060

Black with #AED060

Text Example


Text Example

White with #AED060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED060; }

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

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

background-color css

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

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

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

border-color css

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

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

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