#94CE43

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

Shades of Atlantis #94CE43

Tints of Atlantis #94CE43

Color information

#94CE43 (or 0x94CE43) is unknown color: approx Atlantis. HEX triplet: 94, CE and 43. RGB value is (148,206,67). Sum of RGB (Red+Green+Blue) = 148+206+67=421 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.15% from 421); Green value is 206 (80.86% from 255 or 48.93% from 421); Blue value is 67 (26.56% from 255 or 15.91% from 421); Max value from RGB is 206 - color contains mainly: green. Hex color #94CE43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94CE43 is #6B31BC. Grayscale: #ADADAD. Windows color (decimal): -7025085 or 4443796. OLE color: 4443796.

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

Color convert

RGB14820667-
CMYK0.2800.670.19
HSL85.04º58.65%53.53%-
HSV(B)85.04º67.48%80.78%-
XYZ35.350.8413.26-
YUV172.8168.28110.3-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.15%
GREEN value IS 206 (80.86% from 255) = 48.93%
BLUE value IS 67 (26.56% from 255) = 15.91%
R=35.15%
G=48.93%
B=15.91%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal148206670.2800.670.1985.0458.6553.53
Hex94CE431C04313553b36
Octal224316103340103231257366
Binary100101001100111010000111110001000011100111010101111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CE43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,206,67); }

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

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

 a { background-color: rgb(148,206,67); }

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

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

 span { border-color: rgb(148,206,67); }

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