#84c642

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

Shades of Atlantis #84C642

Tints of Atlantis #84C642

Color information

#84C642 (or 0x84C642) is unknown color: approx Atlantis. HEX triplet: 84, C6 and 42. RGB value is (132,198,66). Sum of RGB (Red+Green+Blue) = 132+198+66=396 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.33% from 396); Green value is 198 (77.73% from 255 or 50% from 396); Blue value is 66 (26.17% from 255 or 16.67% from 396); Max value from RGB is 198 - color contains mainly: green. Hex color #84C642 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84C642 is #7B39BD. Grayscale: #A3A3A3. Windows color (decimal): -8075710 or 4376196. OLE color: 4376196.

HSL color Cylindrical-coordinate representation of color #84C642: hue angle of 90º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #84C642 is Cyan = 0.33, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB13219866-
CMYK0.3300.670.22
HSL90º53.66%51.76%-
HSV(B)90º66.67%77.65%-
XYZ30.6945.6912.36-
YUV163.2273.13105.73-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.33%
GREEN value IS 198 (77.73% from 255) = 50%
BLUE value IS 66 (26.17% from 255) = 16.67%
R=33.33%
G=50%
B=16.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal132198660.3300.670.229053.6651.76
Hex84C64221043165a3634
Octal204306102410103261326664
Binary1000010011000110100001010000101000011101101011010110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84c642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84c642; }

 p { color: rgb(132,198,66); }

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

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

 a { background-color: rgb(132,198,66); }

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

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

 span { border-color: rgb(132,198,66); }

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