#7ADC37

Color #7ADC37 Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #7ADC37

Tints of Atlantis #7ADC37

Color information

#7ADC37 (or 0x7ADC37) is unknown color: approx Atlantis. HEX triplet: 7A, DC and 37. RGB value is (122,220,55). Sum of RGB (Red+Green+Blue) = 122+220+55=397 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.73% from 397); Green value is 220 (86.33% from 255 or 55.42% from 397); Blue value is 55 (21.88% from 255 or 13.85% from 397); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADC37 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ADC37 is #8523C8. Grayscale: #ACACAC. Windows color (decimal): -8725449 or 3660922. OLE color: 3660922.

HSL color Cylindrical-coordinate representation of color #7ADC37: hue angle of 95.64º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7ADC37 is Cyan = 0.45, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB12222055-
CMYK0.4500.750.14
HSL95.64º70.21%53.92%-
HSV(B)95.64º75%86.27%-
XYZ34.3155.612.54-
YUV171.8962.0392.42-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.73%
GREEN value IS 220 (86.33% from 255) = 55.42%
BLUE value IS 55 (21.88% from 255) = 13.85%
R=30.73%
G=55.42%
B=13.85%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal122220550.4500.750.1495.6470.2153.92
Hex7ADC372D04BE604636
Octal172334675501131614010666
Binary11110101101110011011110110101001011111011000001000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ADC37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,220,55); }

 H1.HeaderClassName
 {
   color: #7ADC37;
 }
 .AnyTagClassName
 {
   color: #7ADC37;
 }
</style>
background-color css

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

 a { background-color: rgb(122,220,55); }

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

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

 span { border-color: rgb(122,220,55); }

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