Html Css Color HEX #A4D03A Atlantis

📋 copy color: '#A4D03A'

red 164 ◦ green 208 ◦ blue 58

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

Shades of Atlantis #A4D03A

Tints of Atlantis #A4D03A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 48.37%

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

R = 38.14%
G = 48.37%
B = 13.49%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#A4D03A (or 0xA4D03A) is known color: Atlantis. HEX triplet: A4, D0 and 3A. RGB value is (164,208,58). Sum of RGB (Red+Green+Blue) = 164+208+58=430 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.14% from 430); Green value is 208 (81.64% from 255 or 48.37% from 430); Blue value is 58 (23.05% from 255 or 13.49% from 430); Max value from RGB is 208 - color contains mainly: green. Hex color #A4D03A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4D03A is #5B2FC5. Grayscale: #B2B2B2. Windows color (decimal): -5976006 or 3854500. OLE color: 3854500.

HSL color Cylindrical-coordinate representation of color #A4D03A: hue angle of 77.6º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A4D03A is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 164 208 58 -
CMYK 0.21 0 0.72 0.18
HSL 77.6º 0.61% 0.52% -
HSV(B) 77.6º 0.72% 0.82% -
XYZ 38.63 53.31 12.26 -
YUV 177.74 60.42 118.2 -
System Red Green Blue C M Y K H S L
Decimal 164 208 58 0.21 0 0.72 0.18 77.6 0.61 0.52
Hex A4 D0 3A 15 0 48 12 4E 3D 34
Octal 244 320 72 25 0 110 22 116 75 64
Binary 10100100 11010000 111010 10101 0 1001000 10010 1001110 111101 110100

Color Harmonies of #A4D03A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D03A

Black with #A4D03A

Text Example


Text Example

White with #A4D03A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D03A; }

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

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

background-color css

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

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

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

border-color css

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

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

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