Html Css Color HEX #AECD27 Bahia

📋 copy color: '#AECD27'

red 174 ◦ green 205 ◦ blue 39

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

Shades of Bahia #AECD27

Tints of Bahia #AECD27

RGB

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

 GREEN value IS 205 (80.47% from 255) = 49.04%

 BLUE value IS 39 (15.63% from 255) = 9.33%

R = 41.63%
G = 49.04%
B = 9.33%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#AECD27 (or 0xAECD27) is known color: Bahia. HEX triplet: AE, CD and 27. RGB value is (174,205,39). Sum of RGB (Red+Green+Blue) = 174+205+39=418 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.63% from 418); Green value is 205 (80.47% from 255 or 49.04% from 418); Blue value is 39 (15.62% from 255 or 9.33% from 418); Max value from RGB is 205 - color contains mainly: green. Hex color #AECD27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECD27 is #5132D8. Grayscale: #B1B1B1. Windows color (decimal): -5321433 or 2608558. OLE color: 2608558.

HSL color Cylindrical-coordinate representation of color #AECD27: hue angle of 71.2º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AECD27 is Cyan = 0.15, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.20.

Color convert

RGB 174 205 39 -
CMYK 0.15 0 0.81 0.20
HSL 71.2º 0.68% 0.48% -
HSV(B) 71.2º 0.81% 0.8% -
XYZ 39.65 52.81 10.02 -
YUV 176.81 50.23 126 -
System Red Green Blue C M Y K H S L
Decimal 174 205 39 0.15 0 0.81 0.20 71.2 0.68 0.48
Hex AE CD 27 F 0 51 14 47 44 30
Octal 256 315 47 17 0 121 24 107 104 60
Binary 10101110 11001101 100111 1111 0 1010001 10100 1000111 1000100 110000

Color Harmonies of #AECD27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECD27

Black with #AECD27

Text Example


Text Example

White with #AECD27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECD27; }

 p { color: rgb(174,205,39); }

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

background-color css

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

 a { background-color: rgb(174,205,39); }

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

border-color css

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

 span { border-color: rgb(174,205,39); }

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