Html Css Color HEX #AECD40 Celery

📋 copy color: '#AECD40'

red 174 ◦ green 205 ◦ blue 64

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

Shades of Celery #AECD40

Tints of Celery #AECD40

RGB

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

 GREEN value IS 205 (80.47% from 255) = 46.28%

 BLUE value IS 64 (25.39% from 255) = 14.45%

R = 39.28%
G = 46.28%
B = 14.45%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#AECD40 (or 0xAECD40) is known color: Celery. HEX triplet: AE, CD and 40. RGB value is (174,205,64). Sum of RGB (Red+Green+Blue) = 174+205+64=443 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.28% from 443); Green value is 205 (80.47% from 255 or 46.28% from 443); Blue value is 64 (25.39% from 255 or 14.45% from 443); Max value from RGB is 205 - color contains mainly: green. Hex color #AECD40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECD40 is #5132BF. Grayscale: #B4B4B4. Windows color (decimal): -5321408 or 4246958. OLE color: 4246958.

HSL color Cylindrical-coordinate representation of color #AECD40: hue angle of 73.19º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AECD40 is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB 174 205 64 -
CMYK 0.15 0 0.69 0.20
HSL 73.19º 0.59% 0.53% -
HSV(B) 73.19º 0.69% 0.8% -
XYZ 40.21 53.03 12.97 -
YUV 179.66 62.73 123.96 -
System Red Green Blue C M Y K H S L
Decimal 174 205 64 0.15 0 0.69 0.20 73.19 0.59 0.53
Hex AE CD 40 F 0 45 14 49 3B 35
Octal 256 315 100 17 0 105 24 111 73 65
Binary 10101110 11001101 1000000 1111 0 1000101 10100 1001001 111011 110101

Color Harmonies of #AECD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECD40

Black with #AECD40

Text Example


Text Example

White with #AECD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECD40; }

 p { color: rgb(174,205,64); }

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

background-color css

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

 a { background-color: rgb(174,205,64); }

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

border-color css

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

 span { border-color: rgb(174,205,64); }

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