#94C93A

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

Shades of Atlantis #94C93A

Tints of Atlantis #94C93A

Color information

#94C93A (or 0x94C93A) is unknown color: approx Atlantis. HEX triplet: 94, C9 and 3A. RGB value is (148,201,58). Sum of RGB (Red+Green+Blue) = 148+201+58=407 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.36% from 407); Green value is 201 (78.91% from 255 or 49.39% from 407); Blue value is 58 (23.05% from 255 or 14.25% from 407); Max value from RGB is 201 - color contains mainly: green. Hex color #94C93A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94C93A is #6B36C5. Grayscale: #A9A9A9. Windows color (decimal): -7026374 or 3852692. OLE color: 3852692.

HSL color Cylindrical-coordinate representation of color #94C93A: hue angle of 82.24º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #94C93A is Cyan = 0.26, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB14820158-
CMYK0.2600.710.21
HSL82.24º56.97%50.78%-
HSV(B)82.24º71.14%78.82%-
XYZ33.8648.3711.56-
YUV168.8565.44113.13-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.36%
GREEN value IS 201 (78.91% from 255) = 49.39%
BLUE value IS 58 (23.05% from 255) = 14.25%
R=36.36%
G=49.39%
B=14.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal148201580.2600.710.2182.2456.9750.78
Hex94C93A1A04715523933
Octal22431172320107251227163
Binary10010100110010011110101101001000111101011010010111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C93A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,201,58); }

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

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

 a { background-color: rgb(148,201,58); }

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

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

 span { border-color: rgb(148,201,58); }

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