Html Css Color HEX #AECA1E Bahia

📋 copy color: '#AECA1E'

red 174 ◦ green 202 ◦ blue 30

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

Shades of Bahia #AECA1E

Tints of Bahia #AECA1E

RGB

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

 GREEN value IS 202 (79.3% from 255) = 49.75%

 BLUE value IS 30 (12.11% from 255) = 7.39%

R = 42.86%
G = 49.75%
B = 7.39%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#AECA1E (or 0xAECA1E) is known color: Bahia. HEX triplet: AE, CA and 1E. RGB value is (174,202,30). Sum of RGB (Red+Green+Blue) = 174+202+30=406 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.86% from 406); Green value is 202 (79.30% from 255 or 49.75% from 406); Blue value is 30 (12.11% from 255 or 7.39% from 406); Max value from RGB is 202 - color contains mainly: green. Hex color #AECA1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECA1E is #5135E1. Grayscale: #AEAEAE. Windows color (decimal): -5322210 or 2017966. OLE color: 2017966.

HSL color Cylindrical-coordinate representation of color #AECA1E: hue angle of 69.77º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AECA1E is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.

Color convert

RGB 174 202 30 -
CMYK 0.14 0 0.85 0.21
HSL 69.77º 0.74% 0.45% -
HSV(B) 69.77º 0.85% 0.79% -
XYZ 38.81 51.33 9.09 -
YUV 174.02 46.72 127.99 -
System Red Green Blue C M Y K H S L
Decimal 174 202 30 0.14 0 0.85 0.21 69.77 0.74 0.45
Hex AE CA 1E E 0 55 15 46 4A 2D
Octal 256 312 36 16 0 125 25 106 112 55
Binary 10101110 11001010 11110 1110 0 1010101 10101 1000110 1001010 101101

Color Harmonies of #AECA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECA1E

Black with #AECA1E

Text Example


Text Example

White with #AECA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECA1E; }

 p { color: rgb(174,202,30); }

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

background-color css

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

 a { background-color: rgb(174,202,30); }

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

border-color css

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

 span { border-color: rgb(174,202,30); }

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