Html Css Color HEX #AED642 Conifer

📋 copy color: '#AED642'

red 174 ◦ green 214 ◦ blue 66

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

Shades of Conifer #AED642

Tints of Conifer #AED642

RGB

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

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

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

R = 38.33%
G = 47.14%
B = 14.54%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#AED642 (or 0xAED642) is known color: Conifer. HEX triplet: AE, D6 and 42. RGB value is (174,214,66). Sum of RGB (Red+Green+Blue) = 174+214+66=454 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.33% from 454); Green value is 214 (83.98% from 255 or 47.14% from 454); Blue value is 66 (26.17% from 255 or 14.54% from 454); Max value from RGB is 214 - color contains mainly: green. Hex color #AED642 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED642 is #5129BD. Grayscale: #B9B9B9. Windows color (decimal): -5319102 or 4380334. OLE color: 4380334.

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

Color convert

RGB 174 214 66 -
CMYK 0.19 0 0.69 0.16
HSL 76.22º 0.64% 0.55% -
HSV(B) 76.22º 0.69% 0.84% -
XYZ 42.49 57.49 14.01 -
YUV 185.17 60.75 120.03 -
System Red Green Blue C M Y K H S L
Decimal 174 214 66 0.19 0 0.69 0.16 76.22 0.64 0.55
Hex AE D6 42 13 0 45 10 4C 40 37
Octal 256 326 102 23 0 105 20 114 100 67
Binary 10101110 11010110 1000010 10011 0 1000101 10000 1001100 1000000 110111

Color Harmonies of #AED642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED642

Black with #AED642

Text Example


Text Example

White with #AED642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED642; }

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

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

background-color css

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

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

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

border-color css

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

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

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