#9CD246

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

Shades of Atlantis #9CD246

Tints of Atlantis #9CD246

Color information

#9CD246 (or 0x9CD246) is unknown color: approx Atlantis. HEX triplet: 9C, D2 and 46. RGB value is (156,210,70). Sum of RGB (Red+Green+Blue) = 156+210+70=436 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.78% from 436); Green value is 210 (82.42% from 255 or 48.17% from 436); Blue value is 70 (27.73% from 255 or 16.06% from 436); Max value from RGB is 210 - color contains mainly: green. Hex color #9CD246 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CD246 is #632DB9. Grayscale: #B2B2B2. Windows color (decimal): -6499770 or 4641436. OLE color: 4641436.

HSL color Cylindrical-coordinate representation of color #9CD246: hue angle of 83.14º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9CD246 is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB15621070-
CMYK0.2600.670.18
HSL83.14º60.87%54.9%-
HSV(B)83.14º66.67%82.35%-
XYZ37.8653.614.15-
YUV177.8967.11112.38-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.78%
GREEN value IS 210 (82.42% from 255) = 48.17%
BLUE value IS 70 (27.73% from 255) = 16.06%
R=35.78%
G=48.17%
B=16.06%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal156210700.2600.670.1883.1460.8754.9
Hex9CD2461A04312533d37
Octal234322106320103221237567
Binary100111001101001010001101101001000011100101010011111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9CD246; }

 p { color: rgb(156,210,70); }

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

<style>
 a { background-color: #9CD246; }

 a { background-color: rgb(156,210,70); }

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

<style>
 span { border-color: #9CD246; }

 span { border-color: rgb(156,210,70); }

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