Html Css Color HEX #AED064 Conifer

📋 copy color: '#AED064'

red 174 ◦ green 208 ◦ blue 100

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

Shades of Conifer #AED064

Tints of Conifer #AED064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.75%

R = 36.1%
G = 43.15%
B = 20.75%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#AED064 (or 0xAED064) is known color: Conifer. HEX triplet: AE, D0 and 64. RGB value is (174,208,100). Sum of RGB (Red+Green+Blue) = 174+208+100=482 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.10% from 482); Green value is 208 (81.64% from 255 or 43.15% from 482); Blue value is 100 (39.45% from 255 or 20.75% from 482); Max value from RGB is 208 - color contains mainly: green. Hex color #AED064 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED064 is #512F9B. Grayscale: #B9B9B9. Windows color (decimal): -5320604 or 6607022. OLE color: 6607022.

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

Color convert

RGB 174 208 100 -
CMYK 0.16 0 0.52 0.18
HSL 78.89º 0.53% 0.6% -
HSV(B) 78.89º 0.52% 0.82% -
XYZ 42.31 55.03 20.45 -
YUV 185.52 79.74 119.78 -
System Red Green Blue C M Y K H S L
Decimal 174 208 100 0.16 0 0.52 0.18 78.89 0.53 0.6
Hex AE D0 64 10 0 34 12 4F 35 3C
Octal 256 320 144 20 0 64 22 117 65 74
Binary 10101110 11010000 1100100 10000 0 110100 10010 1001111 110101 111100

Color Harmonies of #AED064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED064

Black with #AED064

Text Example


Text Example

White with #AED064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED064; }

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

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

background-color css

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

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

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

border-color css

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

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

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