Html Css Color HEX #A4C93A Atlantis

📋 copy color: '#A4C93A'

red 164 ◦ green 201 ◦ blue 58

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

Shades of Atlantis #A4C93A

Tints of Atlantis #A4C93A

RGB

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

 GREEN value IS 201 (78.91% from 255) = 47.52%

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

R = 38.77%
G = 47.52%
B = 13.71%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#A4C93A (or 0xA4C93A) is known color: Atlantis. HEX triplet: A4, C9 and 3A. RGB value is (164,201,58). Sum of RGB (Red+Green+Blue) = 164+201+58=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 201 (78.91% from 255 or 47.52% from 423); Blue value is 58 (23.05% from 255 or 13.71% from 423); Max value from RGB is 201 - color contains mainly: green. Hex color #A4C93A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4C93A is #5B36C5. Grayscale: #AEAEAE. Windows color (decimal): -5977798 or 3852708. OLE color: 3852708.

HSL color Cylindrical-coordinate representation of color #A4C93A: hue angle of 75.52º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A4C93A is Cyan = 0.18, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB 164 201 58 -
CMYK 0.18 0 0.71 0.21
HSL 75.52º 0.57% 0.51% -
HSV(B) 75.52º 0.71% 0.79% -
XYZ 36.96 49.97 11.7 -
YUV 173.64 62.74 121.13 -
System Red Green Blue C M Y K H S L
Decimal 164 201 58 0.18 0 0.71 0.21 75.52 0.57 0.51
Hex A4 C9 3A 12 0 47 15 4C 39 33
Octal 244 311 72 22 0 107 25 114 71 63
Binary 10100100 11001001 111010 10010 0 1000111 10101 1001100 111001 110011

Color Harmonies of #A4C93A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C93A

Black with #A4C93A

Text Example


Text Example

White with #A4C93A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C93A; }

 p { color: rgb(164,201,58); }

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

background-color css

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

 a { background-color: rgb(164,201,58); }

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

border-color css

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

 span { border-color: rgb(164,201,58); }

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