Html Css Color HEX #AACB41 Atlantis

📋 copy color: '#AACB41'

red 170 ◦ green 203 ◦ blue 65

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

Shades of Atlantis #AACB41

Tints of Atlantis #AACB41

RGB

 RED value IS 170 (66.8% from 255) = 38.81%

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

 BLUE value IS 65 (25.78% from 255) = 14.84%

R = 38.81%
G = 46.35%
B = 14.84%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#AACB41 (or 0xAACB41) is known color: Atlantis. HEX triplet: AA, CB and 41. RGB value is (170,203,65). Sum of RGB (Red+Green+Blue) = 170+203+65=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 203 (79.69% from 255 or 46.35% from 438); Blue value is 65 (25.78% from 255 or 14.84% from 438); Max value from RGB is 203 - color contains mainly: green. Hex color #AACB41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACB41 is #5534BE. Grayscale: #B1B1B1. Windows color (decimal): -5584063 or 4311978. OLE color: 4311978.

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

Color convert

RGB 170 203 65 -
CMYK 0.16 0 0.68 0.20
HSL 74.35º 0.57% 0.53% -
HSV(B) 74.35º 0.68% 0.8% -
XYZ 38.89 51.64 12.92 -
YUV 177.4 64.57 122.72 -
System Red Green Blue C M Y K H S L
Decimal 170 203 65 0.16 0 0.68 0.20 74.35 0.57 0.53
Hex AA CB 41 10 0 44 14 4A 39 35
Octal 252 313 101 20 0 104 24 112 71 65
Binary 10101010 11001011 1000001 10000 0 1000100 10100 1001010 111001 110101

Color Harmonies of #AACB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACB41

Black with #AACB41

Text Example


Text Example

White with #AACB41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACB41; }

 p { color: rgb(170,203,65); }

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

background-color css

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

 a { background-color: rgb(170,203,65); }

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

border-color css

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

 span { border-color: rgb(170,203,65); }

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