#94CF46

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

Shades of Atlantis #94CF46

Tints of Atlantis #94CF46

Color information

#94CF46 (or 0x94CF46) is unknown color: approx Atlantis. HEX triplet: 94, CF and 46. RGB value is (148,207,70). Sum of RGB (Red+Green+Blue) = 148+207+70=425 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.82% from 425); Green value is 207 (81.25% from 255 or 48.71% from 425); Blue value is 70 (27.73% from 255 or 16.47% from 425); Max value from RGB is 207 - color contains mainly: green. Hex color #94CF46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94CF46 is #6B30B9. Grayscale: #AEAEAE. Windows color (decimal): -7024826 or 4640660. OLE color: 4640660.

HSL color Cylindrical-coordinate representation of color #94CF46: hue angle of 85.84º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #94CF46 is Cyan = 0.29, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB14820770-
CMYK0.2900.660.19
HSL85.84º58.8%54.31%-
HSV(B)85.84º66.18%81.18%-
XYZ35.6351.3613.83-
YUV173.7469.45109.64-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.82%
GREEN value IS 207 (81.25% from 255) = 48.71%
BLUE value IS 70 (27.73% from 255) = 16.47%
R=34.82%
G=48.71%
B=16.47%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal148207700.2900.660.1985.8458.854.31
Hex94CF461D04213563b36
Octal224317106350102231267366
Binary100101001100111110001101110101000010100111010110111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CF46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,207,70); }

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

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

 a { background-color: rgb(148,207,70); }

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

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

 span { border-color: rgb(148,207,70); }

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