#94BF3F

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

Shades of Atlantis #94BF3F

Tints of Atlantis #94BF3F

Color information

#94BF3F (or 0x94BF3F) is unknown color: approx Atlantis. HEX triplet: 94, BF and 3F. RGB value is (148,191,63). Sum of RGB (Red+Green+Blue) = 148+191+63=402 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.82% from 402); Green value is 191 (75% from 255 or 47.51% from 402); Blue value is 63 (25% from 255 or 15.67% from 402); Max value from RGB is 191 - color contains mainly: green. Hex color #94BF3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94BF3F is #6B40C0. Grayscale: #A4A4A4. Windows color (decimal): -7028929 or 4177812. OLE color: 4177812.

HSL color Cylindrical-coordinate representation of color #94BF3F: hue angle of 80.16º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #94BF3F is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB14819163-
CMYK0.2300.670.25
HSL80.16º50.39%49.8%-
HSV(B)80.16º67.02%74.9%-
XYZ31.7443.9211.51-
YUV163.5571.25116.91-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.82%
GREEN value IS 191 (75% from 255) = 47.51%
BLUE value IS 63 (25% from 255) = 15.67%
R=36.82%
G=47.51%
B=15.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal148191630.2300.670.2580.1650.3949.8
Hex94BF3F1704319503232
Octal22427777270103311206262
Binary10010100101111111111111011101000011110011010000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BF3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,191,63); }

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

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

 a { background-color: rgb(148,191,63); }

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

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

 span { border-color: rgb(148,191,63); }

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