Html Css Color HEX #AED747 Conifer

📋 copy color: '#AED747'

red 174 ◦ green 215 ◦ blue 71

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

Shades of Conifer #AED747

Tints of Conifer #AED747

RGB

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

 GREEN value IS 215 (84.38% from 255) = 46.74%

 BLUE value IS 71 (28.13% from 255) = 15.43%

R = 37.83%
G = 46.74%
B = 15.43%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#AED747 (or 0xAED747) is known color: Conifer. HEX triplet: AE, D7 and 47. RGB value is (174,215,71). Sum of RGB (Red+Green+Blue) = 174+215+71=460 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.83% from 460); Green value is 215 (84.38% from 255 or 46.74% from 460); Blue value is 71 (28.12% from 255 or 15.43% from 460); Max value from RGB is 215 - color contains mainly: green. Hex color #AED747 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED747 is #5128B8. Grayscale: #BABABA. Windows color (decimal): -5318841 or 4708270. OLE color: 4708270.

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

Color convert

RGB 174 215 71 -
CMYK 0.19 0 0.67 0.16
HSL 77.08º 0.64% 0.56% -
HSV(B) 77.08º 0.67% 0.84% -
XYZ 42.89 58.05 14.91 -
YUV 186.33 62.92 119.21 -
System Red Green Blue C M Y K H S L
Decimal 174 215 71 0.19 0 0.67 0.16 77.08 0.64 0.56
Hex AE D7 47 13 0 43 10 4D 40 38
Octal 256 327 107 23 0 103 20 115 100 70
Binary 10101110 11010111 1000111 10011 0 1000011 10000 1001101 1000000 111000

Color Harmonies of #AED747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED747

Black with #AED747

Text Example


Text Example

White with #AED747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED747; }

 p { color: rgb(174,215,71); }

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

background-color css

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

 a { background-color: rgb(174,215,71); }

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

border-color css

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

 span { border-color: rgb(174,215,71); }

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