Html Css Color HEX #A4D83A Atlantis

📋 copy color: '#A4D83A'

red 164 ◦ green 216 ◦ blue 58

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

Shades of Atlantis #A4D83A

Tints of Atlantis #A4D83A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 49.32%

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

R = 37.44%
G = 49.32%
B = 13.24%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#A4D83A (or 0xA4D83A) is known color: Atlantis. HEX triplet: A4, D8 and 3A. RGB value is (164,216,58). Sum of RGB (Red+Green+Blue) = 164+216+58=438 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.44% from 438); Green value is 216 (84.77% from 255 or 49.32% from 438); Blue value is 58 (23.05% from 255 or 13.24% from 438); Max value from RGB is 216 - color contains mainly: green. Hex color #A4D83A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4D83A is #5B27C5. Grayscale: #B7B7B7. Windows color (decimal): -5973958 or 3856548. OLE color: 3856548.

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

Color convert

RGB 164 216 58 -
CMYK 0.24 0 0.73 0.15
HSL 79.75º 0.67% 0.54% -
HSV(B) 79.75º 0.73% 0.85% -
XYZ 40.63 57.31 12.92 -
YUV 182.44 57.77 114.85 -
System Red Green Blue C M Y K H S L
Decimal 164 216 58 0.24 0 0.73 0.15 79.75 0.67 0.54
Hex A4 D8 3A 18 0 49 F 50 43 36
Octal 244 330 72 30 0 111 17 120 103 66
Binary 10100100 11011000 111010 11000 0 1001001 1111 1010000 1000011 110110

Color Harmonies of #A4D83A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D83A

Black with #A4D83A

Text Example


Text Example

White with #A4D83A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D83A; }

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

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

background-color css

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

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

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

border-color css

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

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

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