Html Css Color HEX #A4C140 Atlantis

📋 copy color: '#A4C140'

red 164 ◦ green 193 ◦ blue 64

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

Shades of Atlantis #A4C140

Tints of Atlantis #A4C140

RGB

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

 GREEN value IS 193 (75.78% from 255) = 45.84%

 BLUE value IS 64 (25.39% from 255) = 15.2%

R = 38.95%
G = 45.84%
B = 15.2%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#A4C140 (or 0xA4C140) is known color: Atlantis. HEX triplet: A4, C1 and 40. RGB value is (164,193,64). Sum of RGB (Red+Green+Blue) = 164+193+64=421 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.95% from 421); Green value is 193 (75.78% from 255 or 45.84% from 421); Blue value is 64 (25.39% from 255 or 15.20% from 421); Max value from RGB is 193 - color contains mainly: green. Hex color #A4C140 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4C140 is #5B3EBF. Grayscale: #AAAAAA. Windows color (decimal): -5979840 or 4243876. OLE color: 4243876.

HSL color Cylindrical-coordinate representation of color #A4C140: hue angle of 73.49º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A4C140 is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 164 193 64 -
CMYK 0.15 0 0.67 0.24
HSL 73.49º 0.51% 0.5% -
HSV(B) 73.49º 0.67% 0.76% -
XYZ 35.31 46.4 11.95 -
YUV 169.62 68.39 123.99 -
System Red Green Blue C M Y K H S L
Decimal 164 193 64 0.15 0 0.67 0.24 73.49 0.51 0.5
Hex A4 C1 40 F 0 43 18 49 33 32
Octal 244 301 100 17 0 103 30 111 63 62
Binary 10100100 11000001 1000000 1111 0 1000011 11000 1001001 110011 110010

Color Harmonies of #A4C140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C140

Black with #A4C140

Text Example


Text Example

White with #A4C140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C140; }

 p { color: rgb(164,193,64); }

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

background-color css

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

 a { background-color: rgb(164,193,64); }

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

border-color css

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

 span { border-color: rgb(164,193,64); }

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