Html Css Color HEX #A4D63A Atlantis

📋 copy color: '#A4D63A'

red 164 ◦ green 214 ◦ blue 58

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

Shades of Atlantis #A4D63A

Tints of Atlantis #A4D63A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 49.08%

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

R = 37.61%
G = 49.08%
B = 13.3%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#A4D63A (or 0xA4D63A) is known color: Atlantis. HEX triplet: A4, D6 and 3A. RGB value is (164,214,58). Sum of RGB (Red+Green+Blue) = 164+214+58=436 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.61% from 436); Green value is 214 (83.98% from 255 or 49.08% from 436); Blue value is 58 (23.05% from 255 or 13.30% from 436); Max value from RGB is 214 - color contains mainly: green. Hex color #A4D63A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4D63A is #5B29C5. Grayscale: #B5B5B5. Windows color (decimal): -5974470 or 3856036. OLE color: 3856036.

HSL color Cylindrical-coordinate representation of color #A4D63A: hue angle of 79.23º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A4D63A is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 164 214 58 -
CMYK 0.23 0 0.73 0.16
HSL 79.23º 0.66% 0.53% -
HSV(B) 79.23º 0.73% 0.84% -
XYZ 40.12 56.29 12.75 -
YUV 181.27 58.44 115.68 -
System Red Green Blue C M Y K H S L
Decimal 164 214 58 0.23 0 0.73 0.16 79.23 0.66 0.53
Hex A4 D6 3A 17 0 49 10 4F 42 35
Octal 244 326 72 27 0 111 20 117 102 65
Binary 10100100 11010110 111010 10111 0 1001001 10000 1001111 1000010 110101

Color Harmonies of #A4D63A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D63A

Black with #A4D63A

Text Example


Text Example

White with #A4D63A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D63A; }

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

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

background-color css

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

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

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

border-color css

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

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

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