Html Css Color HEX #AED646 Conifer

📋 copy color: '#AED646'

red 174 ◦ green 214 ◦ blue 70

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

Shades of Conifer #AED646

Tints of Conifer #AED646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.28%

R = 37.99%
G = 46.72%
B = 15.28%

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

#AED646 (or 0xAED646) is known color: Conifer. HEX triplet: AE, D6 and 46. RGB value is (174,214,70). Sum of RGB (Red+Green+Blue) = 174+214+70=458 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.99% from 458); Green value is 214 (83.98% from 255 or 46.72% from 458); Blue value is 70 (27.73% from 255 or 15.28% from 458); Max value from RGB is 214 - color contains mainly: green. Hex color #AED646 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED646 is #5129B9. Grayscale: #BABABA. Windows color (decimal): -5319098 or 4642478. OLE color: 4642478.

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

Color convert

RGB 174 214 70 -
CMYK 0.19 0 0.67 0.16
HSL 76.67º 0.64% 0.56% -
HSV(B) 76.67º 0.67% 0.84% -
XYZ 42.61 57.53 14.65 -
YUV 185.62 62.75 119.71 -
System Red Green Blue C M Y K H S L
Decimal 174 214 70 0.19 0 0.67 0.16 76.67 0.64 0.56
Hex AE D6 46 13 0 43 10 4D 40 38
Octal 256 326 106 23 0 103 20 115 100 70
Binary 10101110 11010110 1000110 10011 0 1000011 10000 1001101 1000000 111000

Color Harmonies of #AED646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED646

Black with #AED646

Text Example


Text Example

White with #AED646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED646; }

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

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

background-color css

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

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

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

border-color css

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

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

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