Html Css Color HEX #AEC250 Celery

📋 copy color: '#AEC250'

red 174 ◦ green 194 ◦ blue 80

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

Shades of Celery #AEC250

Tints of Celery #AEC250

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.3%

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

R = 38.84%
G = 43.3%
B = 17.86%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#AEC250 (or 0xAEC250) is known color: Celery. HEX triplet: AE, C2 and 50. RGB value is (174,194,80). Sum of RGB (Red+Green+Blue) = 174+194+80=448 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.84% from 448); Green value is 194 (76.17% from 255 or 43.30% from 448); Blue value is 80 (31.64% from 255 or 17.86% from 448); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC250 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC250 is #513DAF. Grayscale: #AFAFAF. Windows color (decimal): -5324208 or 5292718. OLE color: 5292718.

HSL color Cylindrical-coordinate representation of color #AEC250: hue angle of 70.53º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AEC250 is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 174 194 80 -
CMYK 0.10 0 0.59 0.24
HSL 70.53º 0.48% 0.54% -
HSV(B) 70.53º 0.59% 0.76% -
XYZ 38.2 48.16 14.87 -
YUV 175.02 74.37 127.27 -
System Red Green Blue C M Y K H S L
Decimal 174 194 80 0.10 0 0.59 0.24 70.53 0.48 0.54
Hex AE C2 50 A 0 3B 18 47 30 36
Octal 256 302 120 12 0 73 30 107 60 66
Binary 10101110 11000010 1010000 1010 0 111011 11000 1000111 110000 110110

Color Harmonies of #AEC250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC250

Black with #AEC250

Text Example


Text Example

White with #AEC250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC250; }

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

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

background-color css

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

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

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

border-color css

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

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

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