Html Css Color HEX #AED744 Conifer

📋 copy color: '#AED744'

red 174 ◦ green 215 ◦ blue 68

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

Shades of Conifer #AED744

Tints of Conifer #AED744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.88%

R = 38.07%
G = 47.05%
B = 14.88%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#AED744 (or 0xAED744) is known color: Conifer. HEX triplet: AE, D7 and 44. RGB value is (174,215,68). Sum of RGB (Red+Green+Blue) = 174+215+68=457 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.07% from 457); Green value is 215 (84.38% from 255 or 47.05% from 457); Blue value is 68 (26.95% from 255 or 14.88% from 457); Max value from RGB is 215 - color contains mainly: green. Hex color #AED744 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED744 is #5128BB. Grayscale: #BABABA. Windows color (decimal): -5318844 or 4511662. OLE color: 4511662.

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

Color convert

RGB 174 215 68 -
CMYK 0.19 0 0.68 0.16
HSL 76.73º 0.65% 0.55% -
HSV(B) 76.73º 0.68% 0.84% -
XYZ 42.8 58.02 14.41 -
YUV 185.98 61.42 119.45 -
System Red Green Blue C M Y K H S L
Decimal 174 215 68 0.19 0 0.68 0.16 76.73 0.65 0.55
Hex AE D7 44 13 0 44 10 4D 41 37
Octal 256 327 104 23 0 104 20 115 101 67
Binary 10101110 11010111 1000100 10011 0 1000100 10000 1001101 1000001 110111

Color Harmonies of #AED744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED744

Black with #AED744

Text Example


Text Example

White with #AED744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED744; }

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

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

background-color css

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

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

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

border-color css

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

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

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