Html Css Color HEX #AED64D Conifer

📋 copy color: '#AED64D'

red 174 ◦ green 214 ◦ blue 77

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

Shades of Conifer #AED64D

Tints of Conifer #AED64D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 46.02%

 BLUE value IS 77 (30.47% from 255) = 16.56%

R = 37.42%
G = 46.02%
B = 16.56%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#AED64D (or 0xAED64D) is known color: Conifer. HEX triplet: AE, D6 and 4D. RGB value is (174,214,77). Sum of RGB (Red+Green+Blue) = 174+214+77=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 214 (83.98% from 255 or 46.02% from 465); Blue value is 77 (30.47% from 255 or 16.56% from 465); Max value from RGB is 214 - color contains mainly: green. Hex color #AED64D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED64D is #5129B2. Grayscale: #BABABA. Windows color (decimal): -5319091 or 5101230. OLE color: 5101230.

HSL color Cylindrical-coordinate representation of color #AED64D: hue angle of 77.52º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AED64D is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 214 77 -
CMYK 0.19 0 0.64 0.16
HSL 77.52º 0.63% 0.57% -
HSV(B) 77.52º 0.64% 0.84% -
XYZ 42.84 57.63 15.89 -
YUV 186.42 66.25 119.14 -
System Red Green Blue C M Y K H S L
Decimal 174 214 77 0.19 0 0.64 0.16 77.52 0.63 0.57
Hex AE D6 4D 13 0 40 10 4E 3F 39
Octal 256 326 115 23 0 100 20 116 77 71
Binary 10101110 11010110 1001101 10011 0 1000000 10000 1001110 111111 111001

Color Harmonies of #AED64D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED64D

Black with #AED64D

Text Example


Text Example

White with #AED64D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED64D; }

 p { color: rgb(174,214,77); }

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

background-color css

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

 a { background-color: rgb(174,214,77); }

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

border-color css

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

 span { border-color: rgb(174,214,77); }

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