Html Css Color HEX #AEC61E Bahia

📋 copy color: '#AEC61E'

red 174 ◦ green 198 ◦ blue 30

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

Shades of Bahia #AEC61E

Tints of Bahia #AEC61E

RGB

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

 GREEN value IS 198 (77.73% from 255) = 49.25%

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

R = 43.28%
G = 49.25%
B = 7.46%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#AEC61E (or 0xAEC61E) is known color: Bahia. HEX triplet: AE, C6 and 1E. RGB value is (174,198,30). Sum of RGB (Red+Green+Blue) = 174+198+30=402 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.28% from 402); Green value is 198 (77.73% from 255 or 49.25% from 402); Blue value is 30 (12.11% from 255 or 7.46% from 402); Max value from RGB is 198 - color contains mainly: green. Hex color #AEC61E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC61E is #5139E1. Grayscale: #ACACAC. Windows color (decimal): -5323234 or 2016942. OLE color: 2016942.

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

Color convert

RGB 174 198 30 -
CMYK 0.12 0 0.85 0.22
HSL 68.57º 0.74% 0.45% -
HSV(B) 68.57º 0.85% 0.78% -
XYZ 37.88 49.48 8.78 -
YUV 171.67 48.05 129.66 -
System Red Green Blue C M Y K H S L
Decimal 174 198 30 0.12 0 0.85 0.22 68.57 0.74 0.45
Hex AE C6 1E C 0 55 16 45 4A 2D
Octal 256 306 36 14 0 125 26 105 112 55
Binary 10101110 11000110 11110 1100 0 1010101 10110 1000101 1001010 101101

Color Harmonies of #AEC61E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC61E

Black with #AEC61E

Text Example


Text Example

White with #AEC61E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC61E; }

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

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

background-color css

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

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

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

border-color css

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

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

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