#99D634

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

Shades of Atlantis #99D634

Tints of Atlantis #99D634

Color information

#99D634 (or 0x99D634) is unknown color: approx Atlantis. HEX triplet: 99, D6 and 34. RGB value is (153,214,52). Sum of RGB (Red+Green+Blue) = 153+214+52=419 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.52% from 419); Green value is 214 (83.98% from 255 or 51.07% from 419); Blue value is 52 (20.70% from 255 or 12.41% from 419); Max value from RGB is 214 - color contains mainly: green. Hex color #99D634 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99D634 is #6629CB. Grayscale: #B1B1B1. Windows color (decimal): -6695372 or 3462809. OLE color: 3462809.

HSL color Cylindrical-coordinate representation of color #99D634: hue angle of 82.59º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #99D634 is Cyan = 0.29, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB15321452-
CMYK0.2900.760.16
HSL82.59º66.39%52.16%-
HSV(B)82.59º75.7%83.92%-
XYZ37.855.1111.89-
YUV177.2957.29110.67-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.52%
GREEN value IS 214 (83.98% from 255) = 51.07%
BLUE value IS 52 (20.70% from 255) = 12.41%
R=36.52%
G=51.07%
B=12.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal153214520.2900.760.1682.5966.3952.16
Hex99D6341D04C10534234
Octal231326643501142012310264
Binary100110011101011011010011101010011001000010100111000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99D634; }

 p { color: rgb(153,214,52); }

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

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

 a { background-color: rgb(153,214,52); }

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

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

 span { border-color: rgb(153,214,52); }

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