Html Css Color HEX #AEC630 Bahia

📋 copy color: '#AEC630'

red 174 ◦ green 198 ◦ blue 48

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

Shades of Bahia #AEC630

Tints of Bahia #AEC630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.43%

R = 41.43%
G = 47.14%
B = 11.43%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#AEC630 (or 0xAEC630) is known color: Bahia. HEX triplet: AE, C6 and 30. RGB value is (174,198,48). Sum of RGB (Red+Green+Blue) = 174+198+48=420 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.43% from 420); Green value is 198 (77.73% from 255 or 47.14% from 420); Blue value is 48 (19.14% from 255 or 11.43% from 420); Max value from RGB is 198 - color contains mainly: green. Hex color #AEC630 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC630 is #5139CF. Grayscale: #AEAEAE. Windows color (decimal): -5323216 or 3196590. OLE color: 3196590.

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

Color convert

RGB 174 198 48 -
CMYK 0.12 0 0.76 0.22
HSL 69.6º 0.61% 0.48% -
HSV(B) 69.6º 0.76% 0.78% -
XYZ 38.18 49.6 10.36 -
YUV 173.72 57.05 128.2 -
System Red Green Blue C M Y K H S L
Decimal 174 198 48 0.12 0 0.76 0.22 69.6 0.61 0.48
Hex AE C6 30 C 0 4C 16 46 3D 30
Octal 256 306 60 14 0 114 26 106 75 60
Binary 10101110 11000110 110000 1100 0 1001100 10110 1000110 111101 110000

Color Harmonies of #AEC630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC630

Black with #AEC630

Text Example


Text Example

White with #AEC630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC630; }

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

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

background-color css

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

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

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

border-color css

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

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

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