#94D635

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

Shades of Atlantis #94D635

Tints of Atlantis #94D635

Color information

#94D635 (or 0x94D635) is unknown color: approx Atlantis. HEX triplet: 94, D6 and 35. RGB value is (148,214,53). Sum of RGB (Red+Green+Blue) = 148+214+53=415 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.66% from 415); Green value is 214 (83.98% from 255 or 51.57% from 415); Blue value is 53 (21.09% from 255 or 12.77% from 415); Max value from RGB is 214 - color contains mainly: green. Hex color #94D635 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94D635 is #6B29CA. Grayscale: #B0B0B0. Windows color (decimal): -7023051 or 3528340. OLE color: 3528340.

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

Color convert

RGB14821453-
CMYK0.3100.750.16
HSL84.6º66.26%52.35%-
HSV(B)84.6º75.23%83.92%-
XYZ36.954.6511.97-
YUV175.9158.63108.09-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.66%
GREEN value IS 214 (83.98% from 255) = 51.57%
BLUE value IS 53 (21.09% from 255) = 12.77%
R=35.66%
G=51.57%
B=12.77%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal148214530.3100.750.1684.666.2652.35
Hex94D6351F04B10554234
Octal224326653701132012510264
Binary100101001101011011010111111010010111000010101011000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,214,53); }

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

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

 a { background-color: rgb(148,214,53); }

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

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

 span { border-color: rgb(148,214,53); }

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