Html Css Color HEX #AEC14A Celery

📋 copy color: '#AEC14A'

red 174 ◦ green 193 ◦ blue 74

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

Shades of Celery #AEC14A

Tints of Celery #AEC14A

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.76%

 BLUE value IS 74 (29.3% from 255) = 16.78%

R = 39.46%
G = 43.76%
B = 16.78%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#AEC14A (or 0xAEC14A) is known color: Celery. HEX triplet: AE, C1 and 4A. RGB value is (174,193,74). Sum of RGB (Red+Green+Blue) = 174+193+74=441 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.46% from 441); Green value is 193 (75.78% from 255 or 43.76% from 441); Blue value is 74 (29.30% from 255 or 16.78% from 441); Max value from RGB is 193 - color contains mainly: green. Hex color #AEC14A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC14A is #513EB5. Grayscale: #AEAEAE. Windows color (decimal): -5324470 or 4899246. OLE color: 4899246.

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

Color convert

RGB 174 193 74 -
CMYK 0.10 0 0.62 0.24
HSL 69.58º 0.49% 0.52% -
HSV(B) 69.58º 0.62% 0.76% -
XYZ 37.76 47.63 13.68 -
YUV 173.75 71.71 128.18 -
System Red Green Blue C M Y K H S L
Decimal 174 193 74 0.10 0 0.62 0.24 69.58 0.49 0.52
Hex AE C1 4A A 0 3E 18 46 31 34
Octal 256 301 112 12 0 76 30 106 61 64
Binary 10101110 11000001 1001010 1010 0 111110 11000 1000110 110001 110100

Color Harmonies of #AEC14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC14A

Black with #AEC14A

Text Example


Text Example

White with #AEC14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC14A; }

 p { color: rgb(174,193,74); }

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

background-color css

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

 a { background-color: rgb(174,193,74); }

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

border-color css

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

 span { border-color: rgb(174,193,74); }

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