Html Css Color HEX #94BA40 Atlantis

📋 copy color: '#94BA40'

red 148 ◦ green 186 ◦ blue 64

#94BA40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #94BA40

Tints of Atlantis #94BA40

RGB

 RED value IS 148 (58.2% from 255) = 37.19%

 GREEN value IS 186 (73.05% from 255) = 46.73%

 BLUE value IS 64 (25.39% from 255) = 16.08%

R = 37.19%
G = 46.73%
B = 16.08%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#94BA40 (or 0x94BA40) is known color: Atlantis. HEX triplet: 94, BA and 40. RGB value is (148,186,64). Sum of RGB (Red+Green+Blue) = 148+186+64=398 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.19% from 398); Green value is 186 (73.05% from 255 or 46.73% from 398); Blue value is 64 (25.39% from 255 or 16.08% from 398); Max value from RGB is 186 - color contains mainly: green. Hex color #94BA40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94BA40 is #6B45BF. Grayscale: #A1A1A1. Windows color (decimal): -7030208 or 4242068. OLE color: 4242068.

HSL color Cylindrical-coordinate representation of color #94BA40: hue angle of 78.69º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #94BA40 is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 148 186 64 -
CMYK 0.20 0 0.66 0.27
HSL 78.69º 0.49% 0.49% -
HSV(B) 78.69º 0.66% 0.73% -
XYZ 30.7 41.78 11.3 -
YUV 160.73 73.41 118.92 -
System Red Green Blue C M Y K H S L
Decimal 148 186 64 0.20 0 0.66 0.27 78.69 0.49 0.49
Hex 94 BA 40 14 0 42 1B 4F 31 31
Octal 224 272 100 24 0 102 33 117 61 61
Binary 10010100 10111010 1000000 10100 0 1000010 11011 1001111 110001 110001

Color Harmonies of #94BA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BA40

Black with #94BA40

Text Example


Text Example

White with #94BA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,186,64); }

 H1.HeaderClassName
 {
   color: #94BA40;
 }
 .AnyTagClassName
 {
   color: #94BA40;
 }
</style>

background-color css

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

 a { background-color: rgb(148,186,64); }

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

border-color css

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

 span { border-color: rgb(148,186,64); }

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