Html Css Color HEX #7AD83A Atlantis

📋 copy color: '#7AD83A'

red 122 ◦ green 216 ◦ blue 58

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

Shades of Atlantis #7AD83A

Tints of Atlantis #7AD83A

RGB

 RED value IS 122 (48.05% from 255) = 30.81%

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

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

R = 30.81%
G = 54.55%
B = 14.65%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#7AD83A (or 0x7AD83A) is known color: Atlantis. HEX triplet: 7A, D8 and 3A. RGB value is (122,216,58). Sum of RGB (Red+Green+Blue) = 122+216+58=396 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.81% from 396); Green value is 216 (84.77% from 255 or 54.55% from 396); Blue value is 58 (23.05% from 255 or 14.65% from 396); Max value from RGB is 216 - color contains mainly: green. Hex color #7AD83A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AD83A is #8527C5. Grayscale: #AAAAAA. Windows color (decimal): -8726470 or 3856506. OLE color: 3856506.

HSL color Cylindrical-coordinate representation of color #7AD83A: hue angle of 95.7º 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 #7AD83A is Cyan = 0.44, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB 122 216 58 -
CMYK 0.44 0 0.73 0.15
HSL 95.7º 0.67% 0.54% -
HSV(B) 95.7º 0.73% 0.85% -
XYZ 33.35 53.55 12.58 -
YUV 169.88 64.86 93.85 -
System Red Green Blue C M Y K H S L
Decimal 122 216 58 0.44 0 0.73 0.15 95.7 0.67 0.54
Hex 7A D8 3A 2C 0 49 F 60 43 36
Octal 172 330 72 54 0 111 17 140 103 66
Binary 1111010 11011000 111010 101100 0 1001001 1111 1100000 1000011 110110

Color Harmonies of #7AD83A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD83A

Black with #7AD83A

Text Example


Text Example

White with #7AD83A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7AD83A; }

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

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

background-color css

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

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

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

border-color css

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

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

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