Html Css Color HEX #AED644 Conifer

📋 copy color: '#AED644'

red 174 ◦ green 214 ◦ blue 68

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

Shades of Conifer #AED644

Tints of Conifer #AED644

RGB

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

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

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

R = 38.16%
G = 46.93%
B = 14.91%

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

#AED644 (or 0xAED644) is known color: Conifer. HEX triplet: AE, D6 and 44. RGB value is (174,214,68). Sum of RGB (Red+Green+Blue) = 174+214+68=456 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.16% from 456); Green value is 214 (83.98% from 255 or 46.93% from 456); Blue value is 68 (26.95% from 255 or 14.91% from 456); Max value from RGB is 214 - color contains mainly: green. Hex color #AED644 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED644 is #5129BB. Grayscale: #B9B9B9. Windows color (decimal): -5319100 or 4511406. OLE color: 4511406.

HSL color Cylindrical-coordinate representation of color #AED644: hue angle of 76.44º degrees, saturation: 0.64, 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 #AED644 is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 214 68 -
CMYK 0.19 0 0.68 0.16
HSL 76.44º 0.64% 0.55% -
HSV(B) 76.44º 0.68% 0.84% -
XYZ 42.55 57.51 14.33 -
YUV 185.4 61.75 119.87 -
System Red Green Blue C M Y K H S L
Decimal 174 214 68 0.19 0 0.68 0.16 76.44 0.64 0.55
Hex AE D6 44 13 0 44 10 4C 40 37
Octal 256 326 104 23 0 104 20 114 100 67
Binary 10101110 11010110 1000100 10011 0 1000100 10000 1001100 1000000 110111

Color Harmonies of #AED644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED644

Black with #AED644

Text Example


Text Example

White with #AED644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED644; }

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

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

background-color css

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

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

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

border-color css

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

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

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