Html Css Color HEX #AED942 Conifer

📋 copy color: '#AED942'

red 174 ◦ green 217 ◦ blue 66

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

Shades of Conifer #AED942

Tints of Conifer #AED942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.44%

R = 38.07%
G = 47.48%
B = 14.44%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#AED942 (or 0xAED942) is known color: Conifer. HEX triplet: AE, D9 and 42. RGB value is (174,217,66). Sum of RGB (Red+Green+Blue) = 174+217+66=457 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.07% from 457); Green value is 217 (85.16% from 255 or 47.48% from 457); Blue value is 66 (26.17% from 255 or 14.44% from 457); Max value from RGB is 217 - color contains mainly: green. Hex color #AED942 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED942 is #5126BD. Grayscale: #BBBBBB. Windows color (decimal): -5318334 or 4381102. OLE color: 4381102.

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

Color convert

RGB 174 217 66 -
CMYK 0.20 0 0.70 0.15
HSL 77.09º 0.67% 0.55% -
HSV(B) 77.09º 0.7% 0.85% -
XYZ 43.25 59.02 14.27 -
YUV 186.93 59.75 118.78 -
System Red Green Blue C M Y K H S L
Decimal 174 217 66 0.20 0 0.70 0.15 77.09 0.67 0.55
Hex AE D9 42 14 0 46 F 4D 43 37
Octal 256 331 102 24 0 106 17 115 103 67
Binary 10101110 11011001 1000010 10100 0 1000110 1111 1001101 1000011 110111

Color Harmonies of #AED942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED942

Black with #AED942

Text Example


Text Example

White with #AED942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED942; }

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

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

background-color css

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

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

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

border-color css

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

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

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