Html Css Color HEX #AEDA64 Conifer

📋 copy color: '#AEDA64'

red 174 ◦ green 218 ◦ blue 100

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

Shades of Conifer #AEDA64

Tints of Conifer #AEDA64

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.31%

 BLUE value IS 100 (39.45% from 255) = 20.33%

R = 35.37%
G = 44.31%
B = 20.33%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#AEDA64 (or 0xAEDA64) is known color: Conifer. HEX triplet: AE, DA and 64. RGB value is (174,218,100). Sum of RGB (Red+Green+Blue) = 174+218+100=492 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.37% from 492); Green value is 218 (85.55% from 255 or 44.31% from 492); Blue value is 100 (39.45% from 255 or 20.33% from 492); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDA64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDA64 is #51259B. Grayscale: #BFBFBF. Windows color (decimal): -5318044 or 6609582. OLE color: 6609582.

HSL color Cylindrical-coordinate representation of color #AEDA64: hue angle of 82.37º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AEDA64 is Cyan = 0.20, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 218 100 -
CMYK 0.20 0 0.54 0.15
HSL 82.37º 0.61% 0.62% -
HSV(B) 82.37º 0.54% 0.85% -
XYZ 44.83 60.06 21.29 -
YUV 191.39 76.42 115.59 -
System Red Green Blue C M Y K H S L
Decimal 174 218 100 0.20 0 0.54 0.15 82.37 0.61 0.62
Hex AE DA 64 14 0 36 F 52 3D 3E
Octal 256 332 144 24 0 66 17 122 75 76
Binary 10101110 11011010 1100100 10100 0 110110 1111 1010010 111101 111110

Color Harmonies of #AEDA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDA64

Black with #AEDA64

Text Example


Text Example

White with #AEDA64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDA64; }

 p { color: rgb(174,218,100); }

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

background-color css

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

 a { background-color: rgb(174,218,100); }

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

border-color css

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

 span { border-color: rgb(174,218,100); }

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