Html Css Color HEX #AED940 Conifer

📋 copy color: '#AED940'

red 174 ◦ green 217 ◦ blue 64

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

Shades of Conifer #AED940

Tints of Conifer #AED940

RGB

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

 GREEN value IS 217 (85.16% from 255) = 47.69%

 BLUE value IS 64 (25.39% from 255) = 14.07%

R = 38.24%
G = 47.69%
B = 14.07%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#AED940 (or 0xAED940) is known color: Conifer. HEX triplet: AE, D9 and 40. RGB value is (174,217,64). Sum of RGB (Red+Green+Blue) = 174+217+64=455 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.24% from 455); Green value is 217 (85.16% from 255 or 47.69% from 455); Blue value is 64 (25.39% from 255 or 14.07% from 455); Max value from RGB is 217 - color contains mainly: green. Hex color #AED940 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED940 is #5126BF. Grayscale: #BBBBBB. Windows color (decimal): -5318336 or 4250030. OLE color: 4250030.

HSL color Cylindrical-coordinate representation of color #AED940: hue angle of 76.86º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AED940 is Cyan = 0.20, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 217 64 -
CMYK 0.20 0 0.71 0.15
HSL 76.86º 0.67% 0.55% -
HSV(B) 76.86º 0.71% 0.85% -
XYZ 43.19 58.99 13.96 -
YUV 186.7 58.75 118.94 -
System Red Green Blue C M Y K H S L
Decimal 174 217 64 0.20 0 0.71 0.15 76.86 0.67 0.55
Hex AE D9 40 14 0 47 F 4D 43 37
Octal 256 331 100 24 0 107 17 115 103 67
Binary 10101110 11011001 1000000 10100 0 1000111 1111 1001101 1000011 110111

Color Harmonies of #AED940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED940

Black with #AED940

Text Example


Text Example

White with #AED940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED940; }

 p { color: rgb(174,217,64); }

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

background-color css

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

 a { background-color: rgb(174,217,64); }

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

border-color css

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

 span { border-color: rgb(174,217,64); }

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