Html Css Color HEX #AED650 Conifer

📋 copy color: '#AED650'

red 174 ◦ green 214 ◦ blue 80

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

Shades of Conifer #AED650

Tints of Conifer #AED650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 17.09%

R = 37.18%
G = 45.73%
B = 17.09%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#AED650 (or 0xAED650) is known color: Conifer. HEX triplet: AE, D6 and 50. RGB value is (174,214,80). Sum of RGB (Red+Green+Blue) = 174+214+80=468 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.18% from 468); Green value is 214 (83.98% from 255 or 45.73% from 468); Blue value is 80 (31.64% from 255 or 17.09% from 468); Max value from RGB is 214 - color contains mainly: green. Hex color #AED650 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED650 is #5129AF. Grayscale: #BBBBBB. Windows color (decimal): -5319088 or 5297838. OLE color: 5297838.

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

Color convert

RGB 174 214 80 -
CMYK 0.19 0 0.63 0.16
HSL 77.91º 0.62% 0.58% -
HSV(B) 77.91º 0.63% 0.84% -
XYZ 42.95 57.67 16.46 -
YUV 186.76 67.75 118.9 -
System Red Green Blue C M Y K H S L
Decimal 174 214 80 0.19 0 0.63 0.16 77.91 0.62 0.58
Hex AE D6 50 13 0 3F 10 4E 3E 3A
Octal 256 326 120 23 0 77 20 116 76 72
Binary 10101110 11010110 1010000 10011 0 111111 10000 1001110 111110 111010

Color Harmonies of #AED650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED650

Black with #AED650

Text Example


Text Example

White with #AED650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED650; }

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

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

background-color css

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

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

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

border-color css

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

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

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