Html Css Color HEX #A4C641 Atlantis

📋 copy color: '#A4C641'

red 164 ◦ green 198 ◦ blue 65

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

Shades of Atlantis #A4C641

Tints of Atlantis #A4C641

RGB

 RED value IS 164 (64.45% from 255) = 38.41%

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

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

R = 38.41%
G = 46.37%
B = 15.22%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#A4C641 (or 0xA4C641) is known color: Atlantis. HEX triplet: A4, C6 and 41. RGB value is (164,198,65). Sum of RGB (Red+Green+Blue) = 164+198+65=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 198 (77.73% from 255 or 46.37% from 427); Blue value is 65 (25.78% from 255 or 15.22% from 427); Max value from RGB is 198 - color contains mainly: green. Hex color #A4C641 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4C641 is #5B39BE. Grayscale: #ADADAD. Windows color (decimal): -5978559 or 4310692. OLE color: 4310692.

HSL color Cylindrical-coordinate representation of color #A4C641: hue angle of 75.34º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A4C641 is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB 164 198 65 -
CMYK 0.17 0 0.67 0.22
HSL 75.34º 0.54% 0.52% -
HSV(B) 75.34º 0.67% 0.78% -
XYZ 36.46 48.66 12.47 -
YUV 172.67 67.24 121.81 -
System Red Green Blue C M Y K H S L
Decimal 164 198 65 0.17 0 0.67 0.22 75.34 0.54 0.52
Hex A4 C6 41 11 0 43 16 4B 36 34
Octal 244 306 101 21 0 103 26 113 66 64
Binary 10100100 11000110 1000001 10001 0 1000011 10110 1001011 110110 110100

Color Harmonies of #A4C641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C641

Black with #A4C641

Text Example


Text Example

White with #A4C641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C641; }

 p { color: rgb(164,198,65); }

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

background-color css

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

 a { background-color: rgb(164,198,65); }

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

border-color css

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

 span { border-color: rgb(164,198,65); }

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