#94CA3D

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

Shades of Atlantis #94CA3D

Tints of Atlantis #94CA3D

Color information

#94CA3D (or 0x94CA3D) is unknown color: approx Atlantis. HEX triplet: 94, CA and 3D. RGB value is (148,202,61). Sum of RGB (Red+Green+Blue) = 148+202+61=411 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.01% from 411); Green value is 202 (79.30% from 255 or 49.15% from 411); Blue value is 61 (24.22% from 255 or 14.84% from 411); Max value from RGB is 202 - color contains mainly: green. Hex color #94CA3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94CA3D is #6B35C2. Grayscale: #AAAAAA. Windows color (decimal): -7026115 or 4049556. OLE color: 4049556.

HSL color Cylindrical-coordinate representation of color #94CA3D: hue angle of 82.98º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #94CA3D is Cyan = 0.27, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB14820261-
CMYK0.2700.700.21
HSL82.98º57.09%51.57%-
HSV(B)82.98º69.8%79.22%-
XYZ34.1848.8712.05-
YUV169.7866.61112.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.01%
GREEN value IS 202 (79.30% from 255) = 49.15%
BLUE value IS 61 (24.22% from 255) = 14.84%
R=36.01%
G=49.15%
B=14.84%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal148202610.2700.700.2182.9857.0951.57
Hex94CA3D1B04615533934
Octal22431275330106251237164
Binary10010100110010101111011101101000110101011010011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CA3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94CA3D; }

 p { color: rgb(148,202,61); }

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

<style>
 a { background-color: #94CA3D; }

 a { background-color: rgb(148,202,61); }

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

<style>
 span { border-color: #94CA3D; }

 span { border-color: rgb(148,202,61); }

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