Html Css Color HEX #AECB3A Atlantis

📋 copy color: '#AECB3A'

red 174 ◦ green 203 ◦ blue 58

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

Shades of Atlantis #AECB3A

Tints of Atlantis #AECB3A

RGB

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

 GREEN value IS 203 (79.69% from 255) = 46.67%

 BLUE value IS 58 (23.05% from 255) = 13.33%

R = 40%
G = 46.67%
B = 13.33%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#AECB3A (or 0xAECB3A) is known color: Atlantis. HEX triplet: AE, CB and 3A. RGB value is (174,203,58). Sum of RGB (Red+Green+Blue) = 174+203+58=435 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40% from 435); Green value is 203 (79.69% from 255 or 46.67% from 435); Blue value is 58 (23.05% from 255 or 13.33% from 435); Max value from RGB is 203 - color contains mainly: green. Hex color #AECB3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECB3A is #5134C5. Grayscale: #B2B2B2. Windows color (decimal): -5321926 or 3853230. OLE color: 3853230.

HSL color Cylindrical-coordinate representation of color #AECB3A: hue angle of 72º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AECB3A is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB 174 203 58 -
CMYK 0.14 0 0.71 0.20
HSL 72º 0.58% 0.51% -
HSV(B) 72º 0.71% 0.8% -
XYZ 39.58 52.02 11.96 -
YUV 177.8 60.39 125.29 -
System Red Green Blue C M Y K H S L
Decimal 174 203 58 0.14 0 0.71 0.20 72 0.58 0.51
Hex AE CB 3A E 0 47 14 48 3A 33
Octal 256 313 72 16 0 107 24 110 72 63
Binary 10101110 11001011 111010 1110 0 1000111 10100 1001000 111010 110011

Color Harmonies of #AECB3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECB3A

Black with #AECB3A

Text Example


Text Example

White with #AECB3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECB3A; }

 p { color: rgb(174,203,58); }

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

background-color css

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

 a { background-color: rgb(174,203,58); }

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

border-color css

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

 span { border-color: rgb(174,203,58); }

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