Html Css Color HEX #AED648 Conifer

📋 copy color: '#AED648'

red 174 ◦ green 214 ◦ blue 72

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

Shades of Conifer #AED648

Tints of Conifer #AED648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.65%

R = 37.83%
G = 46.52%
B = 15.65%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#AED648 (or 0xAED648) is known color: Conifer. HEX triplet: AE, D6 and 48. RGB value is (174,214,72). Sum of RGB (Red+Green+Blue) = 174+214+72=460 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.83% from 460); Green value is 214 (83.98% from 255 or 46.52% from 460); Blue value is 72 (28.52% from 255 or 15.65% from 460); Max value from RGB is 214 - color contains mainly: green. Hex color #AED648 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED648 is #5129B7. Grayscale: #BABABA. Windows color (decimal): -5319096 or 4773550. OLE color: 4773550.

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

Color convert

RGB 174 214 72 -
CMYK 0.19 0 0.66 0.16
HSL 76.9º 0.63% 0.56% -
HSV(B) 76.9º 0.66% 0.84% -
XYZ 42.67 57.56 14.99 -
YUV 185.85 63.75 119.55 -
System Red Green Blue C M Y K H S L
Decimal 174 214 72 0.19 0 0.66 0.16 76.9 0.63 0.56
Hex AE D6 48 13 0 42 10 4D 3F 38
Octal 256 326 110 23 0 102 20 115 77 70
Binary 10101110 11010110 1001000 10011 0 1000010 10000 1001101 111111 111000

Color Harmonies of #AED648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED648

Black with #AED648

Text Example


Text Example

White with #AED648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED648; }

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

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

background-color css

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

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

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

border-color css

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

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

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