Html Css Color HEX #A4C13D Atlantis

📋 copy color: '#A4C13D'

red 164 ◦ green 193 ◦ blue 61

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

Shades of Atlantis #A4C13D

Tints of Atlantis #A4C13D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.59%

R = 39.23%
G = 46.17%
B = 14.59%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#A4C13D (or 0xA4C13D) is known color: Atlantis. HEX triplet: A4, C1 and 3D. RGB value is (164,193,61). Sum of RGB (Red+Green+Blue) = 164+193+61=418 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.23% from 418); Green value is 193 (75.78% from 255 or 46.17% from 418); Blue value is 61 (24.22% from 255 or 14.59% from 418); Max value from RGB is 193 - color contains mainly: green. Hex color #A4C13D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4C13D is #5B3EC2. Grayscale: #A9A9A9. Windows color (decimal): -5979843 or 4047268. OLE color: 4047268.

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

Color convert

RGB 164 193 61 -
CMYK 0.15 0 0.68 0.24
HSL 73.18º 0.52% 0.5% -
HSV(B) 73.18º 0.68% 0.76% -
XYZ 35.22 46.37 11.51 -
YUV 169.28 66.89 124.23 -
System Red Green Blue C M Y K H S L
Decimal 164 193 61 0.15 0 0.68 0.24 73.18 0.52 0.5
Hex A4 C1 3D F 0 44 18 49 34 32
Octal 244 301 75 17 0 104 30 111 64 62
Binary 10100100 11000001 111101 1111 0 1000100 11000 1001001 110100 110010

Color Harmonies of #A4C13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C13D

Black with #A4C13D

Text Example


Text Example

White with #A4C13D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C13D; }

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

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

background-color css

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

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

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

border-color css

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

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

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