Html Css Color HEX #94C046 Atlantis

📋 copy color: '#94C046'

red 148 ◦ green 192 ◦ blue 70

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

Shades of Atlantis #94C046

Tints of Atlantis #94C046

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.83%

 BLUE value IS 70 (27.73% from 255) = 17.07%

R = 36.1%
G = 46.83%
B = 17.07%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#94C046 (or 0x94C046) is known color: Atlantis. HEX triplet: 94, C0 and 46. RGB value is (148,192,70). Sum of RGB (Red+Green+Blue) = 148+192+70=410 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.10% from 410); Green value is 192 (75.39% from 255 or 46.83% from 410); Blue value is 70 (27.73% from 255 or 17.07% from 410); Max value from RGB is 192 - color contains mainly: green. Hex color #94C046 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94C046 is #6B3FB9. Grayscale: #A5A5A5. Windows color (decimal): -7028666 or 4636820. OLE color: 4636820.

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

Color convert

RGB 148 192 70 -
CMYK 0.23 0 0.64 0.25
HSL 81.64º 0.49% 0.51% -
HSV(B) 81.64º 0.64% 0.75% -
XYZ 32.17 44.44 12.68 -
YUV 164.94 74.42 115.92 -
System Red Green Blue C M Y K H S L
Decimal 148 192 70 0.23 0 0.64 0.25 81.64 0.49 0.51
Hex 94 C0 46 17 0 40 19 52 31 33
Octal 224 300 106 27 0 100 31 122 61 63
Binary 10010100 11000000 1000110 10111 0 1000000 11001 1010010 110001 110011

Color Harmonies of #94C046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C046

Black with #94C046

Text Example


Text Example

White with #94C046

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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