Html Css Color HEX #AEDE64 Conifer

📋 copy color: '#AEDE64'

red 174 ◦ green 222 ◦ blue 100

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

Shades of Conifer #AEDE64

Tints of Conifer #AEDE64

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.76%

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

R = 35.08%
G = 44.76%
B = 20.16%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#AEDE64 (or 0xAEDE64) is known color: Conifer. HEX triplet: AE, DE and 64. RGB value is (174,222,100). Sum of RGB (Red+Green+Blue) = 174+222+100=496 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.08% from 496); Green value is 222 (87.11% from 255 or 44.76% from 496); Blue value is 100 (39.45% from 255 or 20.16% from 496); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDE64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDE64 is #51219B. Grayscale: #C2C2C2. Windows color (decimal): -5317020 or 6610606. OLE color: 6610606.

HSL color Cylindrical-coordinate representation of color #AEDE64: hue angle of 83.61º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AEDE64 is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 222 100 -
CMYK 0.22 0 0.55 0.13
HSL 83.61º 0.65% 0.63% -
HSV(B) 83.61º 0.55% 0.87% -
XYZ 45.88 62.16 21.64 -
YUV 193.74 75.1 113.92 -
System Red Green Blue C M Y K H S L
Decimal 174 222 100 0.22 0 0.55 0.13 83.61 0.65 0.63
Hex AE DE 64 16 0 37 D 54 41 3F
Octal 256 336 144 26 0 67 15 124 101 77
Binary 10101110 11011110 1100100 10110 0 110111 1101 1010100 1000001 111111

Color Harmonies of #AEDE64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDE64

Black with #AEDE64

Text Example


Text Example

White with #AEDE64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDE64; }

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

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

background-color css

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

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

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

border-color css

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

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

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