#99CD3C

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

Shades of Atlantis #99CD3C

Tints of Atlantis #99CD3C

Color information

#99CD3C (or 0x99CD3C) is unknown color: approx Atlantis. HEX triplet: 99, CD and 3C. RGB value is (153,205,60). Sum of RGB (Red+Green+Blue) = 153+205+60=418 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.60% from 418); Green value is 205 (80.47% from 255 or 49.04% from 418); Blue value is 60 (23.83% from 255 or 14.35% from 418); Max value from RGB is 205 - color contains mainly: green. Hex color #99CD3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99CD3C is #6632C3. Grayscale: #ADADAD. Windows color (decimal): -6697668 or 3984793. OLE color: 3984793.

HSL color Cylindrical-coordinate representation of color #99CD3C: hue angle of 81.52º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #99CD3C is Cyan = 0.25, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB15320560-
CMYK0.2500.710.20
HSL81.52º59.18%51.96%-
HSV(B)81.52º70.73%80.39%-
XYZ35.7850.7612.19-
YUV172.9264.27113.79-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.60%
GREEN value IS 205 (80.47% from 255) = 49.04%
BLUE value IS 60 (23.83% from 255) = 14.35%
R=36.60%
G=49.04%
B=14.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal153205600.2500.710.2081.5259.1851.96
Hex99CD3C1904714523b34
Octal23131574310107241227364
Binary10011001110011011111001100101000111101001010010111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CD3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,205,60); }

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

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

 a { background-color: rgb(153,205,60); }

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

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

 span { border-color: rgb(153,205,60); }

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