Html Css Color HEX #94C540 Atlantis

📋 copy color: '#94C540'

red 148 ◦ green 197 ◦ blue 64

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

Shades of Atlantis #94C540

Tints of Atlantis #94C540

RGB

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

 GREEN value IS 197 (77.34% from 255) = 48.17%

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

R = 36.19%
G = 48.17%
B = 15.65%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#94C540 (or 0x94C540) is known color: Atlantis. HEX triplet: 94, C5 and 40. RGB value is (148,197,64). Sum of RGB (Red+Green+Blue) = 148+197+64=409 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.19% from 409); Green value is 197 (77.34% from 255 or 48.17% from 409); Blue value is 64 (25.39% from 255 or 15.65% from 409); Max value from RGB is 197 - color contains mainly: green. Hex color #94C540 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94C540 is #6B3ABF. Grayscale: #A7A7A7. Windows color (decimal): -7027392 or 4244884. OLE color: 4244884.

HSL color Cylindrical-coordinate representation of color #94C540: hue angle of 82.11º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #94C540 is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB 148 197 64 -
CMYK 0.25 0 0.68 0.23
HSL 82.11º 0.53% 0.51% -
HSV(B) 82.11º 0.68% 0.77% -
XYZ 33.1 46.6 12.1 -
YUV 167.19 69.77 114.31 -
System Red Green Blue C M Y K H S L
Decimal 148 197 64 0.25 0 0.68 0.23 82.11 0.53 0.51
Hex 94 C5 40 19 0 44 17 52 35 33
Octal 224 305 100 31 0 104 27 122 65 63
Binary 10010100 11000101 1000000 11001 0 1000100 10111 1010010 110101 110011

Color Harmonies of #94C540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C540

Black with #94C540

Text Example


Text Example

White with #94C540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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